Html Css Color HEX #987DCE True V

📋 copy color: '#987DCE'

red 152 ◦ green 125 ◦ blue 206

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

Shades of True V #987DCE

Tints of True V #987DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 31.47%
G = 25.88%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#987DCE (or 0x987DCE) is known color: True V. HEX triplet: 98, 7D and CE. RGB value is (152,125,206). Sum of RGB (Red+Green+Blue) = 152+125+206=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #987DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DCE is #678231. Grayscale: #8E8E8E. Windows color (decimal): -6783538 or 13532568. OLE color: 13532568.

HSL color Cylindrical-coordinate representation of color #987DCE: hue angle of 260º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987DCE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 125 206 -
CMYK 0.26 0.39 0 0.19
HSL 260º 0.45% 0.65% -
HSV(B) 260º 0.39% 0.81% -
XYZ 31.42 25.8 61.72 -
YUV 142.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 152 125 206 0.26 0.39 0 0.19 260 0.45 0.65
Hex 98 7D CE 1A 27 0 13 104 2D 41
Octal 230 175 316 32 47 0 23 404 55 101
Binary 10011000 1111101 11001110 11010 100111 0 10011 100000100 101101 1000001

Color Harmonies of #987DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DCE

Black with #987DCE

Text Example


Text Example

White with #987DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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