Html Css Color HEX #987CCE True V

📋 copy color: '#987CCE'

red 152 ◦ green 124 ◦ blue 206

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

Shades of True V #987CCE

Tints of True V #987CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 31.54%
G = 25.73%
B = 42.74%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#987CCE (or 0x987CCE) is known color: True V. HEX triplet: 98, 7C and CE. RGB value is (152,124,206). Sum of RGB (Red+Green+Blue) = 152+124+206=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #987CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCE is #678331. Grayscale: #8D8D8D. Windows color (decimal): -6783794 or 13532312. OLE color: 13532312.

HSL color Cylindrical-coordinate representation of color #987CCE: hue angle of 260.49º 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 #987CCE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 124 206 -
CMYK 0.26 0.40 0 0.19
HSL 260.49º 0.46% 0.65% -
HSV(B) 260.49º 0.4% 0.81% -
XYZ 31.3 25.55 61.67 -
YUV 141.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 152 124 206 0.26 0.40 0 0.19 260.49 0.46 0.65
Hex 98 7C CE 1A 28 0 13 104 2E 41
Octal 230 174 316 32 50 0 23 404 56 101
Binary 10011000 1111100 11001110 11010 101000 0 10011 100000100 101110 1000001

Color Harmonies of #987CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CCE

Black with #987CCE

Text Example


Text Example

White with #987CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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