Html Css Color HEX #8C87C7 Moody Blue

📋 copy color: '#8C87C7'

red 140 ◦ green 135 ◦ blue 199

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

Shades of Moody Blue #8C87C7

Tints of Moody Blue #8C87C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 29.54%
G = 28.48%
B = 41.98%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8C87C7 (or 0x8C87C7) is known color: Moody Blue. HEX triplet: 8C, 87 and C7. RGB value is (140,135,199). Sum of RGB (Red+Green+Blue) = 140+135+199=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C87C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87C7 is #737838. Grayscale: #8F8F8F. Windows color (decimal): -7567417 or 13076364. OLE color: 13076364.

HSL color Cylindrical-coordinate representation of color #8C87C7: hue angle of 244.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C87C7 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 135 199 -
CMYK 0.30 0.32 0 0.22
HSL 244.69º 0.36% 0.65% -
HSV(B) 244.69º 0.32% 0.78% -
XYZ 29.79 27.03 57.68 -
YUV 143.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 140 135 199 0.30 0.32 0 0.22 244.69 0.36 0.65
Hex 8C 87 C7 1E 20 0 16 F5 24 41
Octal 214 207 307 36 40 0 26 365 44 101
Binary 10001100 10000111 11000111 11110 100000 0 10110 11110101 100100 1000001

Color Harmonies of #8C87C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87C7

Black with #8C87C7

Text Example


Text Example

White with #8C87C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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