#8777CD

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

Shades of Moody Blue #8777CD

Tints of Moody Blue #8777CD

Color information

#8777CD (or 0x8777CD) is unknown color: approx Moody Blue. HEX triplet: 87, 77 and CD. RGB value is (135,119,205). Sum of RGB (Red+Green+Blue) = 135+119+205=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #8777CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777CD is #788832. Grayscale: #858585. Windows color (decimal): -7899187 or 13465479. OLE color: 13465479.

HSL color Cylindrical-coordinate representation of color #8777CD: hue angle of 251.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8777CD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135119205-
CMYK0.340.4200.20
HSL251.16º46.24%63.53%-
HSV(B)251.16º41.95%80.39%-
XYZ27.6122.7560.69-
YUV133.59168.3129.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=29.41%
G=25.93%
B=44.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351192050.340.4200.20251.1646.2463.53
Hex8777CD222A014fb2e40
Octal207167315425202437356100
Binary10000111111011111001101100010101010010100111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8777CD; }

 p { color: rgb(135,119,205); }

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

<style>
 a { background-color: #8777CD; }

 a { background-color: rgb(135,119,205); }

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

<style>
 span { border-color: #8777CD; }

 span { border-color: rgb(135,119,205); }

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