Html Css Color HEX #8F86DC Moody Blue

📋 copy color: '#8F86DC'

red 143 ◦ green 134 ◦ blue 220

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

Shades of Moody Blue #8F86DC

Tints of Moody Blue #8F86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 28.77%
G = 26.96%
B = 44.27%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F86DC (or 0x8F86DC) is known color: Moody Blue. HEX triplet: 8F, 86 and DC. RGB value is (143,134,220). Sum of RGB (Red+Green+Blue) = 143+134+220=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86DC is #707923. Grayscale: #929292. Windows color (decimal): -7371044 or 14452367. OLE color: 14452367.

HSL color Cylindrical-coordinate representation of color #8F86DC: hue angle of 246.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F86DC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 134 220 -
CMYK 0.35 0.39 0 0.14
HSL 246.28º 0.55% 0.69% -
HSV(B) 246.28º 0.39% 0.86% -
XYZ 32.77 28.06 71.4 -
YUV 146.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 143 134 220 0.35 0.39 0 0.14 246.28 0.55 0.69
Hex 8F 86 DC 23 27 0 E F6 37 45
Octal 217 206 334 43 47 0 16 366 67 105
Binary 10001111 10000110 11011100 100011 100111 0 1110 11110110 110111 1000101

Color Harmonies of #8F86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86DC

Black with #8F86DC

Text Example


Text Example

White with #8F86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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