#8775C3

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

Shades of Moody Blue #8775C3

Tints of Moody Blue #8775C3

Color information

#8775C3 (or 0x8775C3) is unknown color: approx Moody Blue. HEX triplet: 87, 75 and C3. RGB value is (135,117,195). Sum of RGB (Red+Green+Blue) = 135+117+195=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #8775C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775C3 is #788A3C. Grayscale: #828282. Windows color (decimal): -7899709 or 12809607. OLE color: 12809607.

HSL color Cylindrical-coordinate representation of color #8775C3: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8775C3 is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135117195-
CMYK0.310.400.24
HSL253.85º39.39%61.18%-
HSV(B)253.85º40%76.47%-
XYZ26.221.8154.46-
YUV131.27163.96130.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 195 (76.56% from 255) = 43.62%
R=30.20%
G=26.17%
B=43.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351171950.310.400.24253.8539.3961.18
Hex8775C31F28018fe273d
Octal20716530337500303764775
Binary100001111110101110000111111110100001100011111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8775C3; }

 p { color: rgb(135,117,195); }

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

<style>
 a { background-color: #8775C3; }

 a { background-color: rgb(135,117,195); }

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

<style>
 span { border-color: #8775C3; }

 span { border-color: rgb(135,117,195); }

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