Html Css Color HEX #987AD0 True V

📋 copy color: '#987AD0'

red 152 ◦ green 122 ◦ blue 208

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

Shades of True V #987AD0

Tints of True V #987AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 31.54%
G = 25.31%
B = 43.15%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#987AD0 (or 0x987AD0) is known color: True V. HEX triplet: 98, 7A and D0. RGB value is (152,122,208). Sum of RGB (Red+Green+Blue) = 152+122+208=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #987AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD0 is #67852F. Grayscale: #8C8C8C. Windows color (decimal): -6784304 or 13662872. OLE color: 13662872.

HSL color Cylindrical-coordinate representation of color #987AD0: hue angle of 260.93º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987AD0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 122 208 -
CMYK 0.27 0.41 0 0.18
HSL 260.93º 0.48% 0.65% -
HSV(B) 260.93º 0.41% 0.82% -
XYZ 31.29 25.15 62.88 -
YUV 140.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 152 122 208 0.27 0.41 0 0.18 260.93 0.48 0.65
Hex 98 7A D0 1B 29 0 12 105 30 41
Octal 230 172 320 33 51 0 22 405 60 101
Binary 10011000 1111010 11010000 11011 101001 0 10010 100000101 110000 1000001

Color Harmonies of #987AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AD0

Black with #987AD0

Text Example


Text Example

White with #987AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,122,208); }

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

background-color css

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

 a { background-color: rgb(152,122,208); }

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

border-color css

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

 span { border-color: rgb(152,122,208); }

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