Html Css Color HEX #8E86CC Moody Blue

📋 copy color: '#8E86CC'

red 142 ◦ green 134 ◦ blue 204

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

Shades of Moody Blue #8E86CC

Tints of Moody Blue #8E86CC

RGB

 RED value IS 142 (55.86% from 255) = 29.58%

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 29.58%
G = 27.92%
B = 42.5%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E86CC (or 0x8E86CC) is known color: Moody Blue. HEX triplet: 8E, 86 and CC. RGB value is (142,134,204). Sum of RGB (Red+Green+Blue) = 142+134+204=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86CC is #717933. Grayscale: #909090. Windows color (decimal): -7436596 or 13403790. OLE color: 13403790.

HSL color Cylindrical-coordinate representation of color #8E86CC: hue angle of 246.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E86CC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 134 204 -
CMYK 0.30 0.34 0 0.2
HSL 246.86º 0.41% 0.66% -
HSV(B) 246.86º 0.34% 0.8% -
XYZ 30.58 27.16 60.76 -
YUV 144.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 142 134 204 0.30 0.34 0 0.2 246.86 0.41 0.66
Hex 8E 86 CC 1E 22 0 14 F7 29 42
Octal 216 206 314 36 42 0 24 367 51 102
Binary 10001110 10000110 11001100 11110 100010 0 10100 11110111 101001 1000010

Color Harmonies of #8E86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E86CC

Black with #8E86CC

Text Example


Text Example

White with #8E86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E86CC; }

 p { color: rgb(142,134,204); }

 H1.HeaderClassName
 {
   color: #8E86CC;
 }
 .AnyTagClassName
 {
   color: #8E86CC;
 }
</style>

background-color css

<style>
 a { background-color: #8E86CC; }

 a { background-color: rgb(142,134,204); }

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

border-color css

<style>
 span { border-color: #8E86CC; }

 span { border-color: rgb(142,134,204); }

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