#987AD0

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

Shades of True V #987AD0

Tints of True V #987AD0

Color information

#987AD0 (or 0x987AD0) is unknown color: approx True V. HEX triplet: 98, 7A and D0. RGB value is (152,122,208). Sum of RGB (Red+Green+Blue) = 152+122+208=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #987AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD0 is #67852F. Grayscale: #8C8C8C. Windows color (decimal): -6784304 or 13662872. OLE color: 13662872.

HSL color Cylindrical-coordinate representation of color #987AD0: hue angle of 260.93º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987AD0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152122208-
CMYK0.270.4100.18
HSL260.93º47.78%64.71%-
HSV(B)260.93º41.35%81.57%-
XYZ31.2925.1562.88-
YUV140.77165.94136.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=31.54%
G=25.31%
B=43.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521222080.270.4100.18260.9347.7864.71
Hex987AD01B290121053041
Octal230172320335102240560101
Binary10011000111101011010000110111010010100101000001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,122,208); }

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

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

 a { background-color: rgb(152,122,208); }

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

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

 span { border-color: rgb(152,122,208); }

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