Html Css Color HEX #977FD0 True V

📋 copy color: '#977FD0'

red 151 ◦ green 127 ◦ blue 208

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

Shades of True V #977FD0

Tints of True V #977FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 31.07%
G = 26.13%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#977FD0 (or 0x977FD0) is known color: True V. HEX triplet: 97, 7F and D0. RGB value is (151,127,208). Sum of RGB (Red+Green+Blue) = 151+127+208=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #977FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FD0 is #68802F. Grayscale: #8F8F8F. Windows color (decimal): -6848560 or 13664151. OLE color: 13664151.

HSL color Cylindrical-coordinate representation of color #977FD0: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977FD0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 127 208 -
CMYK 0.27 0.39 0 0.18
HSL 257.78º 0.46% 0.66% -
HSV(B) 257.78º 0.39% 0.82% -
XYZ 31.74 26.31 63.08 -
YUV 143.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 151 127 208 0.27 0.39 0 0.18 257.78 0.46 0.66
Hex 97 7F D0 1B 27 0 12 102 2E 42
Octal 227 177 320 33 47 0 22 402 56 102
Binary 10010111 1111111 11010000 11011 100111 0 10010 100000010 101110 1000010

Color Harmonies of #977FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FD0

Black with #977FD0

Text Example


Text Example

White with #977FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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