Html Css Color HEX #977BD0 True V

📋 copy color: '#977BD0'

red 151 ◦ green 123 ◦ blue 208

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

Shades of True V #977BD0

Tints of True V #977BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.52%

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

R = 31.33%
G = 25.52%
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

#977BD0 (or 0x977BD0) is known color: True V. HEX triplet: 97, 7B and D0. RGB value is (151,123,208). Sum of RGB (Red+Green+Blue) = 151+123+208=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 123 (48.44% from 255 or 25.52% 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 #977BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BD0 is #68842F. Grayscale: #8C8C8C. Windows color (decimal): -6849584 or 13663127. OLE color: 13663127.

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

Color convert

RGB 151 123 208 -
CMYK 0.27 0.41 0 0.18
HSL 259.76º 0.47% 0.65% -
HSV(B) 259.76º 0.41% 0.82% -
XYZ 31.23 25.3 62.91 -
YUV 141.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 151 123 208 0.27 0.41 0 0.18 259.76 0.47 0.65
Hex 97 7B D0 1B 29 0 12 104 2F 41
Octal 227 173 320 33 51 0 22 404 57 101
Binary 10010111 1111011 11010000 11011 101001 0 10010 100000100 101111 1000001

Color Harmonies of #977BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BD0

Black with #977BD0

Text Example


Text Example

White with #977BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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