Html Css Color HEX #8F86BE Moody Blue

📋 copy color: '#8F86BE'

red 143 ◦ green 134 ◦ blue 190

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

Shades of Moody Blue #8F86BE

Tints of Moody Blue #8F86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 30.62%
G = 28.69%
B = 40.69%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F86BE (or 0x8F86BE) is known color: Moody Blue. HEX triplet: 8F, 86 and BE. RGB value is (143,134,190). Sum of RGB (Red+Green+Blue) = 143+134+190=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86BE is #707941. Grayscale: #8E8E8E. Windows color (decimal): -7371074 or 12486287. OLE color: 12486287.

HSL color Cylindrical-coordinate representation of color #8F86BE: hue angle of 249.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F86BE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 134 190 -
CMYK 0.25 0.29 0 0.25
HSL 249.64º 0.3% 0.64% -
HSV(B) 249.64º 0.29% 0.75% -
XYZ 29.15 26.61 52.31 -
YUV 143.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 143 134 190 0.25 0.29 0 0.25 249.64 0.3 0.64
Hex 8F 86 BE 19 1D 0 19 FA 1E 40
Octal 217 206 276 31 35 0 31 372 36 100
Binary 10001111 10000110 10111110 11001 11101 0 11001 11111010 11110 1000000

Color Harmonies of #8F86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86BE

Black with #8F86BE

Text Example


Text Example

White with #8F86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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