Html Css Color HEX #987FCD True V

📋 copy color: '#987FCD'

red 152 ◦ green 127 ◦ blue 205

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

Shades of True V #987FCD

Tints of True V #987FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 26.24%

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

R = 31.4%
G = 26.24%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#987FCD (or 0x987FCD) is known color: True V. HEX triplet: 98, 7F and CD. RGB value is (152,127,205). Sum of RGB (Red+Green+Blue) = 152+127+205=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #987FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCD is #678032. Grayscale: #8F8F8F. Windows color (decimal): -6783027 or 13467544. OLE color: 13467544.

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

Color convert

RGB 152 127 205 -
CMYK 0.26 0.38 0 0.20
HSL 259.23º 0.44% 0.65% -
HSV(B) 259.23º 0.38% 0.8% -
XYZ 31.56 26.26 61.16 -
YUV 143.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 152 127 205 0.26 0.38 0 0.20 259.23 0.44 0.65
Hex 98 7F CD 1A 26 0 14 103 2C 41
Octal 230 177 315 32 46 0 24 403 54 101
Binary 10011000 1111111 11001101 11010 100110 0 10100 100000011 101100 1000001

Color Harmonies of #987FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FCD

Black with #987FCD

Text Example


Text Example

White with #987FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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