Html Css Color HEX #977AD0 True V

📋 copy color: '#977AD0'

red 151 ◦ green 122 ◦ blue 208

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

Shades of True V #977AD0

Tints of True V #977AD0

RGB

 RED value IS 151 (59.38% from 255) = 31.39%

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

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

R = 31.39%
G = 25.36%
B = 43.24%

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

#977AD0 (or 0x977AD0) is known color: True V. HEX triplet: 97, 7A and D0. RGB value is (151,122,208). Sum of RGB (Red+Green+Blue) = 151+122+208=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #977AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AD0 is #68852F. Grayscale: #8C8C8C. Windows color (decimal): -6849840 or 13662871. OLE color: 13662871.

HSL color Cylindrical-coordinate representation of color #977AD0: hue angle of 260.23º 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 #977AD0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 122 208 -
CMYK 0.27 0.41 0 0.18
HSL 260.23º 0.48% 0.65% -
HSV(B) 260.23º 0.41% 0.82% -
XYZ 31.11 25.05 62.87 -
YUV 140.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 151 122 208 0.27 0.41 0 0.18 260.23 0.48 0.65
Hex 97 7A D0 1B 29 0 12 104 30 41
Octal 227 172 320 33 51 0 22 404 60 101
Binary 10010111 1111010 11010000 11011 101001 0 10010 100000100 110000 1000001

Color Harmonies of #977AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AD0

Black with #977AD0

Text Example


Text Example

White with #977AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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