#8689CA

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

Shades of Moody Blue #8689CA

Tints of Moody Blue #8689CA

Color information

#8689CA (or 0x8689CA) is unknown color: approx Moody Blue. HEX triplet: 86, 89 and CA. RGB value is (134,137,202). Sum of RGB (Red+Green+Blue) = 134+137+202=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #8689CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689CA is #797635. Grayscale: #8F8F8F. Windows color (decimal): -7960118 or 13273478. OLE color: 13273478.

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

Color convert

RGB134137202-
CMYK0.340.3200.21
HSL237.35º39.08%65.88%-
HSV(B)237.35º33.66%79.22%-
XYZ29.4427.2259.58-
YUV143.51161.01121.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=28.33%
G=28.96%
B=42.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341372020.340.3200.21237.3539.0865.88
Hex8689CA2220015ed2742
Octal206211312424002535547102
Binary100001101000100111001010100010100000010101111011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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