Html Css Color HEX #8B87BE Moody Blue

📋 copy color: '#8B87BE'

red 139 ◦ green 135 ◦ blue 190

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

Shades of Moody Blue #8B87BE

Tints of Moody Blue #8B87BE

RGB

 RED value IS 139 (54.69% from 255) = 29.96%

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

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

R = 29.96%
G = 29.09%
B = 40.95%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B87BE (or 0x8B87BE) is known color: Moody Blue. HEX triplet: 8B, 87 and BE. RGB value is (139,135,190). Sum of RGB (Red+Green+Blue) = 139+135+190=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87BE is #747841. Grayscale: #8E8E8E. Windows color (decimal): -7632962 or 12486539. OLE color: 12486539.

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

Color convert

RGB 139 135 190 -
CMYK 0.27 0.29 0 0.25
HSL 244.36º 0.3% 0.64% -
HSV(B) 244.36º 0.29% 0.75% -
XYZ 28.61 26.53 52.33 -
YUV 142.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 139 135 190 0.27 0.29 0 0.25 244.36 0.3 0.64
Hex 8B 87 BE 1B 1D 0 19 F4 1E 40
Octal 213 207 276 33 35 0 31 364 36 100
Binary 10001011 10000111 10111110 11011 11101 0 11001 11110100 11110 1000000

Color Harmonies of #8B87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B87BE

Black with #8B87BE

Text Example


Text Example

White with #8B87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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