Html Css Color HEX #8D87BB Moody Blue

📋 copy color: '#8D87BB'

red 141 ◦ green 135 ◦ blue 187

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

Shades of Moody Blue #8D87BB

Tints of Moody Blue #8D87BB

RGB

 RED value IS 141 (55.47% from 255) = 30.45%

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 30.45%
G = 29.16%
B = 40.39%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D87BB (or 0x8D87BB) is known color: Moody Blue. HEX triplet: 8D, 87 and BB. RGB value is (141,135,187). Sum of RGB (Red+Green+Blue) = 141+135+187=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D87BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87BB is #727844. Grayscale: #8E8E8E. Windows color (decimal): -7501893 or 12289933. OLE color: 12289933.

HSL color Cylindrical-coordinate representation of color #8D87BB: hue angle of 246.92º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D87BB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 135 187 -
CMYK 0.25 0.28 0 0.27
HSL 246.92º 0.28% 0.63% -
HSV(B) 246.92º 0.28% 0.73% -
XYZ 28.62 26.58 50.64 -
YUV 142.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 141 135 187 0.25 0.28 0 0.27 246.92 0.28 0.63
Hex 8D 87 BB 19 1C 0 1B F7 1C 3F
Octal 215 207 273 31 34 0 33 367 34 77
Binary 10001101 10000111 10111011 11001 11100 0 11011 11110111 11100 111111

Color Harmonies of #8D87BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D87BB

Black with #8D87BB

Text Example


Text Example

White with #8D87BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,187); }

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

background-color css

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

 a { background-color: rgb(141,135,187); }

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

border-color css

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

 span { border-color: rgb(141,135,187); }

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