#987FCF

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

Shades of True V #987FCF

Tints of True V #987FCF

Color information

#987FCF (or 0x987FCF) is unknown color: approx True V. HEX triplet: 98, 7F and CF. RGB value is (152,127,207). Sum of RGB (Red+Green+Blue) = 152+127+207=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #987FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCF is #678030. Grayscale: #8F8F8F. Windows color (decimal): -6783025 or 13598616. OLE color: 13598616.

HSL color Cylindrical-coordinate representation of color #987FCF: hue angle of 258.75º degrees, saturation: 0.45, 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 #987FCF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152127207-
CMYK0.270.3900.19
HSL258.75º45.45%65.49%-
HSV(B)258.75º38.65%81.18%-
XYZ31.826.3662.44-
YUV143.6163.78134-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=31.28%
G=26.13%
B=42.59%

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
Decimal1521272070.270.3900.19258.7545.4565.49
Hex987FCF1B270131032d41
Octal230177317334702340355101
Binary10011000111111111001111110111001110100111000000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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