#8777D3

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

Shades of Moody Blue #8777D3

Tints of Moody Blue #8777D3

Color information

#8777D3 (or 0x8777D3) is unknown color: approx Moody Blue. HEX triplet: 87, 77 and D3. RGB value is (135,119,211). Sum of RGB (Red+Green+Blue) = 135+119+211=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #8777D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8777D3 is #78882C. Grayscale: #858585. Windows color (decimal): -7899181 or 13858695. OLE color: 13858695.

HSL color Cylindrical-coordinate representation of color #8777D3: hue angle of 250.43º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8777D3 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135119211-
CMYK0.360.4400.17
HSL250.43º51.11%64.71%-
HSV(B)250.43º43.6%82.75%-
XYZ28.3523.0564.58-
YUV134.27171.3128.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 211 (82.81% from 255) = 45.38%
R=29.03%
G=25.59%
B=45.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351192110.360.4400.17250.4351.1164.71
Hex8777D3242C011fa3341
Octal207167323445402137263101
Binary10000111111011111010011100100101100010001111110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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