#987FCD

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

Shades of True V #987FCD

Tints of True V #987FCD

Color information

#987FCD (or 0x987FCD) is unknown color: approx True V. HEX triplet: 98, 7F and CD. RGB value is (152,127,205). Sum of RGB (Red+Green+Blue) = 152+127+205=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #987FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCD is #678032. Grayscale: #8F8F8F. Windows color (decimal): -6783027 or 13467544. OLE color: 13467544.

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

Color convert

RGB152127205-
CMYK0.260.3800.20
HSL259.23º43.82%65.1%-
HSV(B)259.23º38.05%80.39%-
XYZ31.5626.2661.16-
YUV143.37162.78134.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=31.40%
G=26.24%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521272050.260.3800.20259.2343.8265.1
Hex987FCD1A260141032c41
Octal230177315324602440354101
Binary10011000111111111001101110101001100101001000000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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