Html Css Color HEX #987ECD True V

📋 copy color: '#987ECD'

red 152 ◦ green 126 ◦ blue 205

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

Shades of True V #987ECD

Tints of True V #987ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 31.47%
G = 26.09%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#987ECD (or 0x987ECD) is known color: True V. HEX triplet: 98, 7E and CD. RGB value is (152,126,205). Sum of RGB (Red+Green+Blue) = 152+126+205=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #987ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECD is #678132. Grayscale: #8E8E8E. Windows color (decimal): -6783283 or 13467288. OLE color: 13467288.

HSL color Cylindrical-coordinate representation of color #987ECD: hue angle of 259.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987ECD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 126 205 -
CMYK 0.26 0.39 0 0.20
HSL 259.75º 0.44% 0.65% -
HSV(B) 259.75º 0.39% 0.8% -
XYZ 31.43 26 61.12 -
YUV 142.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 152 126 205 0.26 0.39 0 0.20 259.75 0.44 0.65
Hex 98 7E CD 1A 27 0 14 104 2C 41
Octal 230 176 315 32 47 0 24 404 54 101
Binary 10011000 1111110 11001101 11010 100111 0 10100 100000100 101100 1000001

Color Harmonies of #987ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987ECD

Black with #987ECD

Text Example


Text Example

White with #987ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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