Html Css Color HEX #8C87CA Moody Blue

📋 copy color: '#8C87CA'

red 140 ◦ green 135 ◦ blue 202

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

Shades of Moody Blue #8C87CA

Tints of Moody Blue #8C87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 29.35%
G = 28.3%
B = 42.35%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C87CA (or 0x8C87CA) is known color: Moody Blue. HEX triplet: 8C, 87 and CA. RGB value is (140,135,202). Sum of RGB (Red+Green+Blue) = 140+135+202=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87CA is #737835. Grayscale: #8F8F8F. Windows color (decimal): -7567414 or 13272972. OLE color: 13272972.

HSL color Cylindrical-coordinate representation of color #8C87CA: hue angle of 244.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C87CA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 135 202 -
CMYK 0.31 0.33 0 0.21
HSL 244.48º 0.39% 0.66% -
HSV(B) 244.48º 0.33% 0.79% -
XYZ 30.14 27.17 59.53 -
YUV 144.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 140 135 202 0.31 0.33 0 0.21 244.48 0.39 0.66
Hex 8C 87 CA 1F 21 0 15 F4 27 42
Octal 214 207 312 37 41 0 25 364 47 102
Binary 10001100 10000111 11001010 11111 100001 0 10101 11110100 100111 1000010

Color Harmonies of #8C87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87CA

Black with #8C87CA

Text Example


Text Example

White with #8C87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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