#8775C2

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

Shades of Moody Blue #8775C2

Tints of Moody Blue #8775C2

Color information

#8775C2 (or 0x8775C2) is unknown color: approx Moody Blue. HEX triplet: 87, 75 and C2. RGB value is (135,117,194). Sum of RGB (Red+Green+Blue) = 135+117+194=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #8775C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775C2 is #788A3D. Grayscale: #828282. Windows color (decimal): -7899710 or 12744071. OLE color: 12744071.

HSL color Cylindrical-coordinate representation of color #8775C2: hue angle of 254.03º 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 #8775C2 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135117194-
CMYK0.300.4000.24
HSL254.03º38.69%60.98%-
HSV(B)254.03º39.69%76.08%-
XYZ26.0921.7753.87-
YUV131.16163.46130.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=30.27%
G=26.23%
B=43.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351171940.300.4000.24254.0338.6960.98
Hex8775C21E28018fe273d
Octal20716530236500303764775
Binary100001111110101110000101111010100001100011111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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