#987DCB

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

Shades of True V #987DCB

Tints of True V #987DCB

Color information

#987DCB (or 0x987DCB) is unknown color: approx True V. HEX triplet: 98, 7D and CB. RGB value is (152,125,203). Sum of RGB (Red+Green+Blue) = 152+125+203=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #987DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DCB is #678234. Grayscale: #8D8D8D. Windows color (decimal): -6783541 or 13335960. OLE color: 13335960.

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

Color convert

RGB152125203-
CMYK0.250.3800.20
HSL260.77º42.86%64.31%-
HSV(B)260.77º38.42%79.61%-
XYZ31.0625.6559.81-
YUV141.96162.45135.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=31.67%
G=26.04%
B=42.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521252030.250.3800.20260.7742.8664.31
Hex987DCB19260141052b40
Octal230175313314602440553100
Binary10011000111110111001011110011001100101001000001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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