#8677CA

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

Shades of Moody Blue #8677CA

Tints of Moody Blue #8677CA

Color information

#8677CA (or 0x8677CA) is unknown color: approx Moody Blue. HEX triplet: 86, 77 and CA. RGB value is (134,119,202). Sum of RGB (Red+Green+Blue) = 134+119+202=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #8677CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677CA is #798835. Grayscale: #848484. Windows color (decimal): -7964726 or 13268870. OLE color: 13268870.

HSL color Cylindrical-coordinate representation of color #8677CA: hue angle of 250.84º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8677CA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134119202-
CMYK0.340.4100.21
HSL250.84º43.92%62.94%-
HSV(B)250.84º41.09%79.22%-
XYZ27.0922.5358.8-
YUV132.95166.97128.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=29.45%
G=26.15%
B=44.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341192020.340.4100.21250.8443.9262.94
Hex8677CA2229015fb2c3f
Octal20616731242510253735477
Binary1000011011101111100101010001010100101010111111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8677CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8677CA; }

 p { color: rgb(134,119,202); }

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

<style>
 a { background-color: #8677CA; }

 a { background-color: rgb(134,119,202); }

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

<style>
 span { border-color: #8677CA; }

 span { border-color: rgb(134,119,202); }

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