#987ACD

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

Shades of True V #987ACD

Tints of True V #987ACD

Color information

#987ACD (or 0x987ACD) is unknown color: approx True V. HEX triplet: 98, 7A and CD. RGB value is (152,122,205). Sum of RGB (Red+Green+Blue) = 152+122+205=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #987ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ACD is #678532. Grayscale: #8C8C8C. Windows color (decimal): -6784307 or 13466264. OLE color: 13466264.

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

Color convert

RGB152122205-
CMYK0.260.4000.20
HSL261.69º45.36%64.12%-
HSV(B)261.69º40.49%80.39%-
XYZ30.932560.95-
YUV140.43164.44136.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=31.73%
G=25.47%
B=42.80%

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
Decimal1521222050.260.4000.20261.6945.3664.12
Hex987ACD1A280141062d40
Octal230172315325002440655100
Binary10011000111101011001101110101010000101001000001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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