#987CCD

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

Shades of True V #987CCD

Tints of True V #987CCD

Color information

#987CCD (or 0x987CCD) is unknown color: approx True V. HEX triplet: 98, 7C and CD. RGB value is (152,124,205). Sum of RGB (Red+Green+Blue) = 152+124+205=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #987CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCD is #678332. Grayscale: #8D8D8D. Windows color (decimal): -6783795 or 13466776. OLE color: 13466776.

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

Color convert

RGB152124205-
CMYK0.260.4000.20
HSL260.74º44.75%64.51%-
HSV(B)260.74º39.51%80.39%-
XYZ31.1825.561.04-
YUV141.61163.78135.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=31.60%
G=25.78%
B=42.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521242050.260.4000.20260.7444.7564.51
Hex987CCD1A280141052d41
Octal230174315325002440555101
Binary10011000111110011001101110101010000101001000001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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