Html Css Color HEX #977FCE True V

📋 copy color: '#977FCE'

red 151 ◦ green 127 ◦ blue 206

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

Shades of True V #977FCE

Tints of True V #977FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.24%

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

R = 31.2%
G = 26.24%
B = 42.56%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#977FCE (or 0x977FCE) is known color: True V. HEX triplet: 97, 7F and CE. RGB value is (151,127,206). Sum of RGB (Red+Green+Blue) = 151+127+206=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #977FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCE is #688031. Grayscale: #8E8E8E. Windows color (decimal): -6848562 or 13533079. OLE color: 13533079.

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

Color convert

RGB 151 127 206 -
CMYK 0.27 0.38 0 0.19
HSL 258.23º 0.45% 0.65% -
HSV(B) 258.23º 0.38% 0.81% -
XYZ 31.49 26.21 61.79 -
YUV 143.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 151 127 206 0.27 0.38 0 0.19 258.23 0.45 0.65
Hex 97 7F CE 1B 26 0 13 102 2D 41
Octal 227 177 316 33 46 0 23 402 55 101
Binary 10010111 1111111 11001110 11011 100110 0 10011 100000010 101101 1000001

Color Harmonies of #977FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FCE

Black with #977FCE

Text Example


Text Example

White with #977FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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