Html Css Color HEX #977CCD True V

📋 copy color: '#977CCD'

red 151 ◦ green 124 ◦ blue 205

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

Shades of True V #977CCD

Tints of True V #977CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 31.46%
G = 25.83%
B = 42.71%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#977CCD (or 0x977CCD) is known color: True V. HEX triplet: 97, 7C and CD. RGB value is (151,124,205). Sum of RGB (Red+Green+Blue) = 151+124+205=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #977CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCD is #688332. Grayscale: #8D8D8D. Windows color (decimal): -6849331 or 13466775. OLE color: 13466775.

HSL color Cylindrical-coordinate representation of color #977CCD: hue angle of 260º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977CCD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 124 205 -
CMYK 0.26 0.40 0 0.20
HSL 260º 0.45% 0.65% -
HSV(B) 260º 0.4% 0.8% -
XYZ 30.99 25.4 61.03 -
YUV 141.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 151 124 205 0.26 0.40 0 0.20 260 0.45 0.65
Hex 97 7C CD 1A 28 0 14 104 2D 41
Octal 227 174 315 32 50 0 24 404 55 101
Binary 10010111 1111100 11001101 11010 101000 0 10100 100000100 101101 1000001

Color Harmonies of #977CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CCD

Black with #977CCD

Text Example


Text Example

White with #977CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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