Html Css Color HEX #987FCB True V

📋 copy color: '#987FCB'

red 152 ◦ green 127 ◦ blue 203

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

Shades of True V #987FCB

Tints of True V #987FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 31.54%
G = 26.35%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#987FCB (or 0x987FCB) is known color: True V. HEX triplet: 98, 7F and CB. RGB value is (152,127,203). Sum of RGB (Red+Green+Blue) = 152+127+203=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #987FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCB is #678034. Grayscale: #8E8E8E. Windows color (decimal): -6783029 or 13336472. OLE color: 13336472.

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

Color convert

RGB 152 127 203 -
CMYK 0.25 0.37 0 0.20
HSL 259.74º 0.42% 0.65% -
HSV(B) 259.74º 0.37% 0.8% -
XYZ 31.32 26.17 59.9 -
YUV 143.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 152 127 203 0.25 0.37 0 0.20 259.74 0.42 0.65
Hex 98 7F CB 19 25 0 14 104 2A 41
Octal 230 177 313 31 45 0 24 404 52 101
Binary 10011000 1111111 11001011 11001 100101 0 10100 100000100 101010 1000001

Color Harmonies of #987FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FCB

Black with #987FCB

Text Example


Text Example

White with #987FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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