#8774CC

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

Shades of Moody Blue #8774CC

Tints of Moody Blue #8774CC

Color information

#8774CC (or 0x8774CC) is unknown color: approx Moody Blue. HEX triplet: 87, 74 and CC. RGB value is (135,116,204). Sum of RGB (Red+Green+Blue) = 135+116+204=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #8774CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774CC is #788B33. Grayscale: #838383. Windows color (decimal): -7899956 or 13399175. OLE color: 13399175.

HSL color Cylindrical-coordinate representation of color #8774CC: hue angle of 252.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8774CC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135116204-
CMYK0.340.4300.2
HSL252.95º46.32%62.75%-
HSV(B)252.95º43.14%80%-
XYZ27.142259.94-
YUV131.71168.79130.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=29.67%
G=25.49%
B=44.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351162040.340.4300.2252.9546.3262.75
Hex8774CC222B014fd2e3f
Octal20716431442530243755677
Binary1000011111101001100110010001010101101010011111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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