Html Css Color HEX #977DCE True V

📋 copy color: '#977DCE'

red 151 ◦ green 125 ◦ blue 206

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

Shades of True V #977DCE

Tints of True V #977DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 31.33%
G = 25.93%
B = 42.74%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#977DCE (or 0x977DCE) is known color: True V. HEX triplet: 97, 7D and CE. RGB value is (151,125,206). Sum of RGB (Red+Green+Blue) = 151+125+206=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #977DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCE is #688231. Grayscale: #8D8D8D. Windows color (decimal): -6849074 or 13532567. OLE color: 13532567.

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

Color convert

RGB 151 125 206 -
CMYK 0.27 0.39 0 0.19
HSL 259.26º 0.45% 0.65% -
HSV(B) 259.26º 0.39% 0.81% -
XYZ 31.24 25.7 61.71 -
YUV 142.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 151 125 206 0.27 0.39 0 0.19 259.26 0.45 0.65
Hex 97 7D CE 1B 27 0 13 103 2D 41
Octal 227 175 316 33 47 0 23 403 55 101
Binary 10010111 1111101 11001110 11011 100111 0 10011 100000011 101101 1000001

Color Harmonies of #977DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DCE

Black with #977DCE

Text Example


Text Example

White with #977DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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