#8671CE

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

Shades of Moody Blue #8671CE

Tints of Moody Blue #8671CE

Color information

#8671CE (or 0x8671CE) is unknown color: approx Moody Blue. HEX triplet: 86, 71 and CE. RGB value is (134,113,206). Sum of RGB (Red+Green+Blue) = 134+113+206=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #8671CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671CE is #798E31. Grayscale: #818181. Windows color (decimal): -7966258 or 13529478. OLE color: 13529478.

HSL color Cylindrical-coordinate representation of color #8671CE: hue angle of 253.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8671CE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134113206-
CMYK0.350.4500.19
HSL253.55º48.69%62.55%-
HSV(B)253.55º45.15%80.78%-
XYZ26.8821.3361.09-
YUV129.88170.96130.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=29.58%
G=24.94%
B=45.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341132060.350.4500.19253.5548.6962.55
Hex8671CE232D013fe313f
Octal20616131643550233766177
Binary1000011011100011100111010001110110101001111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8671CE; }

 p { color: rgb(134,113,206); }

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

<style>
 a { background-color: #8671CE; }

 a { background-color: rgb(134,113,206); }

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

<style>
 span { border-color: #8671CE; }

 span { border-color: rgb(134,113,206); }

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