Html Css Color HEX #977FCF True V

📋 copy color: '#977FCF'

red 151 ◦ green 127 ◦ blue 207

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

Shades of True V #977FCF

Tints of True V #977FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 31.13%
G = 26.19%
B = 42.68%

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

#977FCF (or 0x977FCF) is known color: True V. HEX triplet: 97, 7F and CF. RGB value is (151,127,207). Sum of RGB (Red+Green+Blue) = 151+127+207=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #977FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCF is #688030. Grayscale: #8F8F8F. Windows color (decimal): -6848561 or 13598615. OLE color: 13598615.

HSL color Cylindrical-coordinate representation of color #977FCF: hue angle of 258º 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 #977FCF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 127 207 -
CMYK 0.27 0.39 0 0.19
HSL 258º 0.45% 0.65% -
HSV(B) 258º 0.39% 0.81% -
XYZ 31.61 26.26 62.43 -
YUV 143.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 151 127 207 0.27 0.39 0 0.19 258 0.45 0.65
Hex 97 7F CF 1B 27 0 13 102 2D 41
Octal 227 177 317 33 47 0 23 402 55 101
Binary 10010111 1111111 11001111 11011 100111 0 10011 100000010 101101 1000001

Color Harmonies of #977FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FCF

Black with #977FCF

Text Example


Text Example

White with #977FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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