Html Css Color HEX #8688CE Moody Blue

📋 copy color: '#8688CE'

red 134 ◦ green 136 ◦ blue 206

#8688CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8688CE

Tints of Moody Blue #8688CE

RGB

 RED value IS 134 (52.73% from 255) = 28.15%

 GREEN value IS 136 (53.52% from 255) = 28.57%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 28.15%
G = 28.57%
B = 43.28%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8688CE (or 0x8688CE) is known color: Moody Blue. HEX triplet: 86, 88 and CE. RGB value is (134,136,206). Sum of RGB (Red+Green+Blue) = 134+136+206=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8688CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688CE is #797731. Grayscale: #8F8F8F. Windows color (decimal): -7960370 or 13535366. OLE color: 13535366.

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

Color convert

RGB 134 136 206 -
CMYK 0.35 0.34 0 0.19
HSL 238.33º 0.42% 0.67% -
HSV(B) 238.33º 0.35% 0.81% -
XYZ 29.78 27.13 62.06 -
YUV 143.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 134 136 206 0.35 0.34 0 0.19 238.33 0.42 0.67
Hex 86 88 CE 23 22 0 13 EE 2A 43
Octal 206 210 316 43 42 0 23 356 52 103
Binary 10000110 10001000 11001110 100011 100010 0 10011 11101110 101010 1000011

Color Harmonies of #8688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688CE

Black with #8688CE

Text Example


Text Example

White with #8688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8688CE;
 }
 .AnyTagClassName
 {
   color: #8688CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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