Html Css Color HEX #7F719B Deluge

📋 copy color: '#7F719B'

red 127 ◦ green 113 ◦ blue 155

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

Shades of Deluge #7F719B

Tints of Deluge #7F719B

RGB

 RED value IS 127 (50% from 255) = 32.15%

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 32.15%
G = 28.61%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F719B (or 0x7F719B) is known color: Deluge. HEX triplet: 7F, 71 and 9B. RGB value is (127,113,155). Sum of RGB (Red+Green+Blue) = 127+113+155=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F719B is #808E64. Grayscale: #797979. Windows color (decimal): -8425061 or 10187135. OLE color: 10187135.

HSL color Cylindrical-coordinate representation of color #7F719B: hue angle of 260º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F719B is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 113 155 -
CMYK 0.18 0.27 0 0.39
HSL 260º 0.17% 0.53% -
HSV(B) 260º 0.27% 0.61% -
XYZ 20.57 18.69 33.53 -
YUV 121.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 127 113 155 0.18 0.27 0 0.39 260 0.17 0.53
Hex 7F 71 9B 12 1B 0 27 104 11 35
Octal 177 161 233 22 33 0 47 404 21 65
Binary 1111111 1110001 10011011 10010 11011 0 100111 100000100 10001 110101

Color Harmonies of #7F719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F719B

Black with #7F719B

Text Example


Text Example

White with #7F719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F719B; }

 p { color: rgb(127,113,155); }

 H1.HeaderClassName
 {
   color: #7F719B;
 }
 .AnyTagClassName
 {
   color: #7F719B;
 }
</style>

background-color css

<style>
 a { background-color: #7F719B; }

 a { background-color: rgb(127,113,155); }

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

border-color css

<style>
 span { border-color: #7F719B; }

 span { border-color: rgb(127,113,155); }

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