Html Css Color HEX #987DCA True V

📋 copy color: '#987DCA'

red 152 ◦ green 125 ◦ blue 202

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

Shades of True V #987DCA

Tints of True V #987DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 31.73%
G = 26.1%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#987DCA (or 0x987DCA) is known color: True V. HEX triplet: 98, 7D and CA. RGB value is (152,125,202). Sum of RGB (Red+Green+Blue) = 152+125+202=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #987DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DCA is #678235. Grayscale: #8D8D8D. Windows color (decimal): -6783542 or 13270424. OLE color: 13270424.

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

Color convert

RGB 152 125 202 -
CMYK 0.25 0.38 0 0.21
HSL 261.04º 0.42% 0.64% -
HSV(B) 261.04º 0.38% 0.79% -
XYZ 30.94 25.61 59.19 -
YUV 141.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 152 125 202 0.25 0.38 0 0.21 261.04 0.42 0.64
Hex 98 7D CA 19 26 0 15 105 2A 40
Octal 230 175 312 31 46 0 25 405 52 100
Binary 10011000 1111101 11001010 11001 100110 0 10101 100000101 101010 1000000

Color Harmonies of #987DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DCA

Black with #987DCA

Text Example


Text Example

White with #987DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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