Html Css Color HEX #8F86CC Moody Blue

📋 copy color: '#8F86CC'

red 143 ◦ green 134 ◦ blue 204

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

Shades of Moody Blue #8F86CC

Tints of Moody Blue #8F86CC

RGB

 RED value IS 143 (56.25% from 255) = 29.73%

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

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

R = 29.73%
G = 27.86%
B = 42.41%

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

#8F86CC (or 0x8F86CC) is known color: Moody Blue. HEX triplet: 8F, 86 and CC. RGB value is (143,134,204). Sum of RGB (Red+Green+Blue) = 143+134+204=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86CC is #707933. Grayscale: #909090. Windows color (decimal): -7371060 or 13403791. OLE color: 13403791.

HSL color Cylindrical-coordinate representation of color #8F86CC: hue angle of 247.71º 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 #8F86CC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 134 204 -
CMYK 0.30 0.34 0 0.2
HSL 247.71º 0.41% 0.66% -
HSV(B) 247.71º 0.34% 0.8% -
XYZ 30.75 27.25 60.77 -
YUV 144.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 143 134 204 0.30 0.34 0 0.2 247.71 0.41 0.66
Hex 8F 86 CC 1E 22 0 14 F8 29 42
Octal 217 206 314 36 42 0 24 370 51 102
Binary 10001111 10000110 11001100 11110 100010 0 10100 11111000 101001 1000010

Color Harmonies of #8F86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86CC

Black with #8F86CC

Text Example


Text Example

White with #8F86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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