#8774C4

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

Shades of Moody Blue #8774C4

Tints of Moody Blue #8774C4

Color information

#8774C4 (or 0x8774C4) is unknown color: approx Moody Blue. HEX triplet: 87, 74 and C4. RGB value is (135,116,196). Sum of RGB (Red+Green+Blue) = 135+116+196=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #8774C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774C4 is #788B3B. Grayscale: #828282. Windows color (decimal): -7899964 or 12874887. OLE color: 12874887.

HSL color Cylindrical-coordinate representation of color #8774C4: hue angle of 254.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8774C4 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB135116196-
CMYK0.310.4100.23
HSL254.25º40.4%61.18%-
HSV(B)254.25º40.82%76.86%-
XYZ26.221.6355.02-
YUV130.8164.79131-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=30.20%
G=25.95%
B=43.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351161960.310.4100.23254.2540.461.18
Hex8774C41F29017fe283d
Octal20716430437510273765075
Binary100001111110100110001001111110100101011111111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8774C4; }

 p { color: rgb(135,116,196); }

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

<style>
 a { background-color: #8774C4; }

 a { background-color: rgb(135,116,196); }

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

<style>
 span { border-color: #8774C4; }

 span { border-color: rgb(135,116,196); }

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