Html Css Color HEX #987FCC True V

📋 copy color: '#987FCC'

red 152 ◦ green 127 ◦ blue 204

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

Shades of True V #987FCC

Tints of True V #987FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 31.47%
G = 26.29%
B = 42.24%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#987FCC (or 0x987FCC) is known color: True V. HEX triplet: 98, 7F and CC. RGB value is (152,127,204). Sum of RGB (Red+Green+Blue) = 152+127+204=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #987FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCC is #678033. Grayscale: #8E8E8E. Windows color (decimal): -6783028 or 13402008. OLE color: 13402008.

HSL color Cylindrical-coordinate representation of color #987FCC: hue angle of 259.48º degrees, saturation: 0.43, 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 #987FCC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 127 204 -
CMYK 0.25 0.38 0 0.2
HSL 259.48º 0.43% 0.65% -
HSV(B) 259.48º 0.38% 0.8% -
XYZ 31.44 26.21 60.53 -
YUV 143.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 152 127 204 0.25 0.38 0 0.2 259.48 0.43 0.65
Hex 98 7F CC 19 26 0 14 103 2B 41
Octal 230 177 314 31 46 0 24 403 53 101
Binary 10011000 1111111 11001100 11001 100110 0 10100 100000011 101011 1000001

Color Harmonies of #987FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FCC

Black with #987FCC

Text Example


Text Example

White with #987FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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