Html Css Color HEX #977CD0 True V

📋 copy color: '#977CD0'

red 151 ◦ green 124 ◦ blue 208

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

Shades of True V #977CD0

Tints of True V #977CD0

RGB

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

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

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

R = 31.26%
G = 25.67%
B = 43.06%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#977CD0 (or 0x977CD0) is known color: True V. HEX triplet: 97, 7C and D0. RGB value is (151,124,208). Sum of RGB (Red+Green+Blue) = 151+124+208=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #977CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CD0 is #68832F. Grayscale: #8D8D8D. Windows color (decimal): -6849328 or 13663383. OLE color: 13663383.

HSL color Cylindrical-coordinate representation of color #977CD0: hue angle of 259.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977CD0 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 124 208 -
CMYK 0.27 0.40 0 0.18
HSL 259.29º 0.47% 0.65% -
HSV(B) 259.29º 0.4% 0.82% -
XYZ 31.36 25.55 62.95 -
YUV 141.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 151 124 208 0.27 0.40 0 0.18 259.29 0.47 0.65
Hex 97 7C D0 1B 28 0 12 103 2F 41
Octal 227 174 320 33 50 0 22 403 57 101
Binary 10010111 1111100 11010000 11011 101000 0 10010 100000011 101111 1000001

Color Harmonies of #977CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CD0

Black with #977CD0

Text Example


Text Example

White with #977CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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