#987ECD

Color #987ECD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #987ECD

Tints of True V #987ECD

Color information

#987ECD (or 0x987ECD) is unknown color: approx 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

RGB152126205-
CMYK0.260.3900.20
HSL259.75º44.13%64.9%-
HSV(B)259.75º38.54%80.39%-
XYZ31.432661.12-
YUV142.78163.11134.58-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521262050.260.3900.20259.7544.1364.9
Hex987ECD1A270141042c41
Octal230176315324702440454101
Binary10011000111111011001101110101001110101001000001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>