Html Css Color HEX #987CCD True V

📋 copy color: '#987CCD'

red 152 ◦ green 124 ◦ blue 205

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

Shades of True V #987CCD

Tints of True V #987CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 31.6%
G = 25.78%
B = 42.62%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#987CCD (or 0x987CCD) is known color: True V. HEX triplet: 98, 7C and CD. RGB value is (152,124,205). Sum of RGB (Red+Green+Blue) = 152+124+205=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #987CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCD is #678332. Grayscale: #8D8D8D. Windows color (decimal): -6783795 or 13466776. OLE color: 13466776.

HSL color Cylindrical-coordinate representation of color #987CCD: hue angle of 260.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987CCD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 124 205 -
CMYK 0.26 0.40 0 0.20
HSL 260.74º 0.45% 0.65% -
HSV(B) 260.74º 0.4% 0.8% -
XYZ 31.18 25.5 61.04 -
YUV 141.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 152 124 205 0.26 0.40 0 0.20 260.74 0.45 0.65
Hex 98 7C CD 1A 28 0 14 105 2D 41
Octal 230 174 315 32 50 0 24 405 55 101
Binary 10011000 1111100 11001101 11010 101000 0 10100 100000101 101101 1000001

Color Harmonies of #987CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CCD

Black with #987CCD

Text Example


Text Example

White with #987CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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