Html Css Color HEX #8F86CF Moody Blue

📋 copy color: '#8F86CF'

red 143 ◦ green 134 ◦ blue 207

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

Shades of Moody Blue #8F86CF

Tints of Moody Blue #8F86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 29.55%
G = 27.69%
B = 42.77%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F86CF (or 0x8F86CF) is known color: Moody Blue. HEX triplet: 8F, 86 and CF. RGB value is (143,134,207). Sum of RGB (Red+Green+Blue) = 143+134+207=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86CF is #707930. Grayscale: #909090. Windows color (decimal): -7371057 or 13600399. OLE color: 13600399.

HSL color Cylindrical-coordinate representation of color #8F86CF: hue angle of 247.4º degrees, saturation: 0.43, 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 #8F86CF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 134 207 -
CMYK 0.31 0.35 0 0.19
HSL 247.4º 0.43% 0.67% -
HSV(B) 247.4º 0.35% 0.81% -
XYZ 31.12 27.39 62.68 -
YUV 145.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 143 134 207 0.31 0.35 0 0.19 247.4 0.43 0.67
Hex 8F 86 CF 1F 23 0 13 F7 2B 43
Octal 217 206 317 37 43 0 23 367 53 103
Binary 10001111 10000110 11001111 11111 100011 0 10011 11110111 101011 1000011

Color Harmonies of #8F86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86CF

Black with #8F86CF

Text Example


Text Example

White with #8F86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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