#987FCB

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

Shades of True V #987FCB

Tints of True V #987FCB

Color information

#987FCB (or 0x987FCB) is unknown color: approx True V. HEX triplet: 98, 7F and CB. RGB value is (152,127,203). Sum of RGB (Red+Green+Blue) = 152+127+203=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #987FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCB is #678034. Grayscale: #8E8E8E. Windows color (decimal): -6783029 or 13336472. OLE color: 13336472.

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

Color convert

RGB152127203-
CMYK0.250.3700.20
HSL259.74º42.22%64.71%-
HSV(B)259.74º37.44%79.61%-
XYZ31.3226.1759.9-
YUV143.14161.78134.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=31.54%
G=26.35%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521272030.250.3700.20259.7442.2264.71
Hex987FCB19250141042a41
Octal230177313314502440452101
Binary10011000111111111001011110011001010101001000001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,127,203); }

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

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

 a { background-color: rgb(152,127,203); }

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

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

 span { border-color: rgb(152,127,203); }

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