Html Css Color HEX #987DCF True V

📋 copy color: '#987DCF'

red 152 ◦ green 125 ◦ blue 207

#987DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #987DCF

Tints of True V #987DCF

RGB

 RED value IS 152 (59.77% from 255) = 31.4%

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 31.4%
G = 25.83%
B = 42.77%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#987DCF (or 0x987DCF) is known color: True V. HEX triplet: 98, 7D and CF. RGB value is (152,125,207). Sum of RGB (Red+Green+Blue) = 152+125+207=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #987DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DCF is #678230. Grayscale: #8E8E8E. Windows color (decimal): -6783537 or 13598104. OLE color: 13598104.

HSL color Cylindrical-coordinate representation of color #987DCF: hue angle of 259.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987DCF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 125 207 -
CMYK 0.27 0.40 0 0.19
HSL 259.76º 0.46% 0.65% -
HSV(B) 259.76º 0.4% 0.81% -
XYZ 31.55 25.85 62.36 -
YUV 142.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 152 125 207 0.27 0.40 0 0.19 259.76 0.46 0.65
Hex 98 7D CF 1B 28 0 13 104 2E 41
Octal 230 175 317 33 50 0 23 404 56 101
Binary 10011000 1111101 11001111 11011 101000 0 10011 100000100 101110 1000001

Color Harmonies of #987DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DCF

Black with #987DCF

Text Example


Text Example

White with #987DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987DCF;
 }
 .AnyTagClassName
 {
   color: #987DCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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