Html Css Color HEX #8C87BC Moody Blue

📋 copy color: '#8C87BC'

red 140 ◦ green 135 ◦ blue 188

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

Shades of Moody Blue #8C87BC

Tints of Moody Blue #8C87BC

RGB

 RED value IS 140 (55.08% from 255) = 30.24%

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 30.24%
G = 29.16%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C87BC (or 0x8C87BC) is known color: Moody Blue. HEX triplet: 8C, 87 and BC. RGB value is (140,135,188). Sum of RGB (Red+Green+Blue) = 140+135+188=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87BC is #737843. Grayscale: #8E8E8E. Windows color (decimal): -7567428 or 12355468. OLE color: 12355468.

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

Color convert

RGB 140 135 188 -
CMYK 0.26 0.28 0 0.26
HSL 245.66º 0.28% 0.63% -
HSV(B) 245.66º 0.28% 0.74% -
XYZ 28.56 26.53 51.19 -
YUV 142.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 140 135 188 0.26 0.28 0 0.26 245.66 0.28 0.63
Hex 8C 87 BC 1A 1C 0 1A F6 1C 3F
Octal 214 207 274 32 34 0 32 366 34 77
Binary 10001100 10000111 10111100 11010 11100 0 11010 11110110 11100 111111

Color Harmonies of #8C87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87BC

Black with #8C87BC

Text Example


Text Example

White with #8C87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,188); }

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

background-color css

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

 a { background-color: rgb(140,135,188); }

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

border-color css

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

 span { border-color: rgb(140,135,188); }

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