Html Css Color HEX #977ACE True V

📋 copy color: '#977ACE'

red 151 ◦ green 122 ◦ blue 206

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

Shades of True V #977ACE

Tints of True V #977ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 31.52%
G = 25.47%
B = 43.01%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#977ACE (or 0x977ACE) is known color: True V. HEX triplet: 97, 7A and CE. RGB value is (151,122,206). Sum of RGB (Red+Green+Blue) = 151+122+206=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #977ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ACE is #688531. Grayscale: #8B8B8B. Windows color (decimal): -6849842 or 13531799. OLE color: 13531799.

HSL color Cylindrical-coordinate representation of color #977ACE: hue angle of 260.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #977ACE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 122 206 -
CMYK 0.27 0.41 0 0.19
HSL 260.71º 0.46% 0.64% -
HSV(B) 260.71º 0.41% 0.81% -
XYZ 30.86 24.95 61.58 -
YUV 140.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 151 122 206 0.27 0.41 0 0.19 260.71 0.46 0.64
Hex 97 7A CE 1B 29 0 13 105 2E 40
Octal 227 172 316 33 51 0 23 405 56 100
Binary 10010111 1111010 11001110 11011 101001 0 10011 100000101 101110 1000000

Color Harmonies of #977ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ACE

Black with #977ACE

Text Example


Text Example

White with #977ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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