Html Css Color HEX #987CCF True V

📋 copy color: '#987CCF'

red 152 ◦ green 124 ◦ blue 207

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

Shades of True V #987CCF

Tints of True V #987CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 31.47%
G = 25.67%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#987CCF (or 0x987CCF) is known color: True V. HEX triplet: 98, 7C and CF. RGB value is (152,124,207). Sum of RGB (Red+Green+Blue) = 152+124+207=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #987CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CCF is #678330. Grayscale: #8D8D8D. Windows color (decimal): -6783793 or 13597848. OLE color: 13597848.

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

Color convert

RGB 152 124 207 -
CMYK 0.27 0.40 0 0.19
HSL 260.24º 0.46% 0.65% -
HSV(B) 260.24º 0.4% 0.81% -
XYZ 31.42 25.6 62.32 -
YUV 141.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 152 124 207 0.27 0.40 0 0.19 260.24 0.46 0.65
Hex 98 7C CF 1B 28 0 13 104 2E 41
Octal 230 174 317 33 50 0 23 404 56 101
Binary 10011000 1111100 11001111 11011 101000 0 10011 100000100 101110 1000001

Color Harmonies of #987CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CCF

Black with #987CCF

Text Example


Text Example

White with #987CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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