Html Css Color HEX #8F87BE Moody Blue

📋 copy color: '#8F87BE'

red 143 ◦ green 135 ◦ blue 190

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

Shades of Moody Blue #8F87BE

Tints of Moody Blue #8F87BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.85%

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

R = 30.56%
G = 28.85%
B = 40.6%

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

#8F87BE (or 0x8F87BE) is known color: Moody Blue. HEX triplet: 8F, 87 and BE. RGB value is (143,135,190). Sum of RGB (Red+Green+Blue) = 143+135+190=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87BE is #707841. Grayscale: #8F8F8F. Windows color (decimal): -7370818 or 12486543. OLE color: 12486543.

HSL color Cylindrical-coordinate representation of color #8F87BE: hue angle of 248.73º 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 #8F87BE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 135 190 -
CMYK 0.25 0.29 0 0.25
HSL 248.73º 0.3% 0.64% -
HSV(B) 248.73º 0.29% 0.75% -
XYZ 29.29 26.89 52.36 -
YUV 143.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 143 135 190 0.25 0.29 0 0.25 248.73 0.3 0.64
Hex 8F 87 BE 19 1D 0 19 F9 1E 40
Octal 217 207 276 31 35 0 31 371 36 100
Binary 10001111 10000111 10111110 11001 11101 0 11001 11111001 11110 1000000

Color Harmonies of #8F87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F87BE

Black with #8F87BE

Text Example


Text Example

White with #8F87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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