Html Css Color HEX #977FCA True V

📋 copy color: '#977FCA'

red 151 ◦ green 127 ◦ blue 202

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

Shades of True V #977FCA

Tints of True V #977FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 31.46%
G = 26.46%
B = 42.08%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#977FCA (or 0x977FCA) is known color: True V. HEX triplet: 97, 7F and CA. RGB value is (151,127,202). Sum of RGB (Red+Green+Blue) = 151+127+202=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #977FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCA is #688035. Grayscale: #8E8E8E. Windows color (decimal): -6848566 or 13270935. OLE color: 13270935.

HSL color Cylindrical-coordinate representation of color #977FCA: hue angle of 259.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977FCA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 127 202 -
CMYK 0.25 0.37 0 0.21
HSL 259.2º 0.41% 0.65% -
HSV(B) 259.2º 0.37% 0.79% -
XYZ 31.01 26.02 59.27 -
YUV 142.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 151 127 202 0.25 0.37 0 0.21 259.2 0.41 0.65
Hex 97 7F CA 19 25 0 15 103 29 41
Octal 227 177 312 31 45 0 25 403 51 101
Binary 10010111 1111111 11001010 11001 100101 0 10101 100000011 101001 1000001

Color Harmonies of #977FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FCA

Black with #977FCA

Text Example


Text Example

White with #977FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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