Html Css Color HEX #8986CE Moody Blue

📋 copy color: '#8986CE'

red 137 ◦ green 134 ◦ blue 206

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

Shades of Moody Blue #8986CE

Tints of Moody Blue #8986CE

RGB

 RED value IS 137 (53.91% from 255) = 28.72%

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 28.72%
G = 28.09%
B = 43.19%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8986CE (or 0x8986CE) is known color: Moody Blue. HEX triplet: 89, 86 and CE. RGB value is (137,134,206). Sum of RGB (Red+Green+Blue) = 137+134+206=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8986CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986CE is #767931. Grayscale: #8E8E8E. Windows color (decimal): -7764274 or 13534857. OLE color: 13534857.

HSL color Cylindrical-coordinate representation of color #8986CE: hue angle of 242.5º 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 #8986CE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 134 206 -
CMYK 0.33 0.35 0 0.19
HSL 242.5º 0.42% 0.67% -
HSV(B) 242.5º 0.35% 0.81% -
XYZ 29.98 26.82 61.99 -
YUV 143.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 137 134 206 0.33 0.35 0 0.19 242.5 0.42 0.67
Hex 89 86 CE 21 23 0 13 F2 2A 43
Octal 211 206 316 41 43 0 23 362 52 103
Binary 10001001 10000110 11001110 100001 100011 0 10011 11110010 101010 1000011

Color Harmonies of #8986CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8986CE

Black with #8986CE

Text Example


Text Example

White with #8986CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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