Html Css Color HEX #977ACD True V

📋 copy color: '#977ACD'

red 151 ◦ green 122 ◦ blue 205

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

Shades of True V #977ACD

Tints of True V #977ACD

RGB

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

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

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

R = 31.59%
G = 25.52%
B = 42.89%

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

#977ACD (or 0x977ACD) is known color: True V. HEX triplet: 97, 7A and CD. RGB value is (151,122,205). Sum of RGB (Red+Green+Blue) = 151+122+205=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #977ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ACD is #688532. Grayscale: #8B8B8B. Windows color (decimal): -6849843 or 13466263. OLE color: 13466263.

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

Color convert

RGB 151 122 205 -
CMYK 0.26 0.40 0 0.20
HSL 260.96º 0.45% 0.64% -
HSV(B) 260.96º 0.4% 0.8% -
XYZ 30.74 24.91 60.94 -
YUV 140.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 151 122 205 0.26 0.40 0 0.20 260.96 0.45 0.64
Hex 97 7A CD 1A 28 0 14 105 2D 40
Octal 227 172 315 32 50 0 24 405 55 100
Binary 10010111 1111010 11001101 11010 101000 0 10100 100000101 101101 1000000

Color Harmonies of #977ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ACD

Black with #977ACD

Text Example


Text Example

White with #977ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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