#877ADB

Color #877ADB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #877ADB

Tints of Moody Blue #877ADB

Color information

#877ADB (or 0x877ADB) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and DB. RGB value is (135,122,219). Sum of RGB (Red+Green+Blue) = 135+122+219=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #877ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ADB is #788524. Grayscale: #888888. Windows color (decimal): -7898405 or 14383751. OLE color: 14383751.

HSL color Cylindrical-coordinate representation of color #877ADB: hue angle of 248.04º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877ADB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135122219-
CMYK0.380.4400.14
HSL248.04º57.4%66.86%-
HSV(B)248.04º44.29%85.88%-
XYZ29.7424.1870.12-
YUV136.94174.31126.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 28.36%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=28.36%
G=25.63%
B=46.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351222190.380.4400.14248.0457.466.86
Hex877ADB262C0Ef83943
Octal207172333465401637071103
Binary1000011111110101101101110011010110001110111110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877ADB; }

 p { color: rgb(135,122,219); }

 H1.HeaderClassName
 {
   color: #877ADB;
 }
 .AnyTagClassName
 {
   color: #877ADB;
 }
</style>
background-color css

<style>
 a { background-color: #877ADB; }

 a { background-color: rgb(135,122,219); }

 div.DivClassName
 {
   background-color: #877ADB;
 }
 .BgClassName
 {
   background-color: #877ADB;
 }
</style>
border-color css

<style>
 span { border-color: #877ADB; }

 span { border-color: rgb(135,122,219); }

 td.TdClassName
 {
   border-color: #877ADB;
 }
 .TagClassName
 {
   border-color: #877ADB;
 }
</style>