Html Css Color HEX #7F749D Deluge

📋 copy color: '#7F749D'

red 127 ◦ green 116 ◦ blue 157

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

Shades of Deluge #7F749D

Tints of Deluge #7F749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 157 (61.72% from 255) = 39.25%

R = 31.75%
G = 29%
B = 39.25%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F749D (or 0x7F749D) is known color: Deluge. HEX triplet: 7F, 74 and 9D. RGB value is (127,116,157). Sum of RGB (Red+Green+Blue) = 127+116+157=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F749D is #808B62. Grayscale: #7B7B7B. Windows color (decimal): -8424291 or 10318975. OLE color: 10318975.

HSL color Cylindrical-coordinate representation of color #7F749D: hue angle of 256.1º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F749D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 116 157 -
CMYK 0.19 0.26 0 0.38
HSL 256.1º 0.17% 0.54% -
HSV(B) 256.1º 0.26% 0.62% -
XYZ 21.08 19.44 34.54 -
YUV 123.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 127 116 157 0.19 0.26 0 0.38 256.1 0.17 0.54
Hex 7F 74 9D 13 1A 0 26 100 11 36
Octal 177 164 235 23 32 0 46 400 21 66
Binary 1111111 1110100 10011101 10011 11010 0 100110 100000000 10001 110110

Color Harmonies of #7F749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F749D

Black with #7F749D

Text Example


Text Example

White with #7F749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,157); }

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

background-color css

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

 a { background-color: rgb(127,116,157); }

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

border-color css

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

 span { border-color: rgb(127,116,157); }

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