Html Css Color HEX #8F86C9 Moody Blue

📋 copy color: '#8F86C9'

red 143 ◦ green 134 ◦ blue 201

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

Shades of Moody Blue #8F86C9

Tints of Moody Blue #8F86C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.05%

R = 29.92%
G = 28.03%
B = 42.05%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F86C9 (or 0x8F86C9) is known color: Moody Blue. HEX triplet: 8F, 86 and C9. RGB value is (143,134,201). Sum of RGB (Red+Green+Blue) = 143+134+201=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F86C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86C9 is #707936. Grayscale: #909090. Windows color (decimal): -7371063 or 13207183. OLE color: 13207183.

HSL color Cylindrical-coordinate representation of color #8F86C9: hue angle of 248.06º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F86C9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 134 201 -
CMYK 0.29 0.33 0 0.21
HSL 248.06º 0.38% 0.66% -
HSV(B) 248.06º 0.33% 0.79% -
XYZ 30.4 27.11 58.89 -
YUV 144.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 143 134 201 0.29 0.33 0 0.21 248.06 0.38 0.66
Hex 8F 86 C9 1D 21 0 15 F8 26 42
Octal 217 206 311 35 41 0 25 370 46 102
Binary 10001111 10000110 11001001 11101 100001 0 10101 11111000 100110 1000010

Color Harmonies of #8F86C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86C9

Black with #8F86C9

Text Example


Text Example

White with #8F86C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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