Html Css Color HEX #987ECC True V

📋 copy color: '#987ECC'

red 152 ◦ green 126 ◦ blue 204

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

Shades of True V #987ECC

Tints of True V #987ECC

RGB

 RED value IS 152 (59.77% from 255) = 31.54%

 GREEN value IS 126 (49.61% from 255) = 26.14%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 31.54%
G = 26.14%
B = 42.32%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#987ECC (or 0x987ECC) is known color: True V. HEX triplet: 98, 7E and CC. RGB value is (152,126,204). Sum of RGB (Red+Green+Blue) = 152+126+204=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #987ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECC is #678133. Grayscale: #8E8E8E. Windows color (decimal): -6783284 or 13401752. OLE color: 13401752.

HSL color Cylindrical-coordinate representation of color #987ECC: hue angle of 260º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #987ECC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 126 204 -
CMYK 0.25 0.38 0 0.2
HSL 260º 0.43% 0.65% -
HSV(B) 260º 0.38% 0.8% -
XYZ 31.31 25.96 60.49 -
YUV 142.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 152 126 204 0.25 0.38 0 0.2 260 0.43 0.65
Hex 98 7E CC 19 26 0 14 104 2B 41
Octal 230 176 314 31 46 0 24 404 53 101
Binary 10011000 1111110 11001100 11001 100110 0 10100 100000100 101011 1000001

Color Harmonies of #987ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987ECC

Black with #987ECC

Text Example


Text Example

White with #987ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987ECC; }

 p { color: rgb(152,126,204); }

 H1.HeaderClassName
 {
   color: #987ECC;
 }
 .AnyTagClassName
 {
   color: #987ECC;
 }
</style>

background-color css

<style>
 a { background-color: #987ECC; }

 a { background-color: rgb(152,126,204); }

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

border-color css

<style>
 span { border-color: #987ECC; }

 span { border-color: rgb(152,126,204); }

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