#987ECF

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

Shades of True V #987ECF

Tints of True V #987ECF

Color information

#987ECF (or 0x987ECF) is unknown color: approx True V. HEX triplet: 98, 7E and CF. RGB value is (152,126,207). Sum of RGB (Red+Green+Blue) = 152+126+207=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #987ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECF is #678130. Grayscale: #8E8E8E. Windows color (decimal): -6783281 or 13598360. OLE color: 13598360.

HSL color Cylindrical-coordinate representation of color #987ECF: hue angle of 259.26º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987ECF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152126207-
CMYK0.270.3900.19
HSL259.26º45.76%65.29%-
HSV(B)259.26º39.13%81.18%-
XYZ31.6726.162.4-
YUV143.01164.11134.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=31.34%
G=25.98%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521262070.270.3900.19259.2645.7665.29
Hex987ECF1B270131032e41
Octal230176317334702340356101
Binary10011000111111011001111110111001110100111000000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #987ECF;
 }
 .AnyTagClassName
 {
   color: #987ECF;
 }
</style>
background-color css

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

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

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

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

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

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