Html Css Color HEX #7F7D93 Deluge

📋 copy color: '#7F7D93'

red 127 ◦ green 125 ◦ blue 147

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

Shades of Deluge #7F7D93

Tints of Deluge #7F7D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 31.83%
G = 31.33%
B = 36.84%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F7D93 (or 0x7F7D93) is known color: Deluge. HEX triplet: 7F, 7D and 93. RGB value is (127,125,147). Sum of RGB (Red+Green+Blue) = 127+125+147=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F7D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D93 is #80826C. Grayscale: #808080. Windows color (decimal): -8421997 or 9665919. OLE color: 9665919.

HSL color Cylindrical-coordinate representation of color #7F7D93: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F7D93 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 125 147 -
CMYK 0.14 0.15 0 0.42
HSL 245.45º 0.09% 0.53% -
HSV(B) 245.45º 0.15% 0.58% -
XYZ 21.35 21.29 30.59 -
YUV 128.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 127 125 147 0.14 0.15 0 0.42 245.45 0.09 0.53
Hex 7F 7D 93 E F 0 2A F5 9 35
Octal 177 175 223 16 17 0 52 365 11 65
Binary 1111111 1111101 10010011 1110 1111 0 101010 11110101 1001 110101

Color Harmonies of #7F7D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7D93

Black with #7F7D93

Text Example


Text Example

White with #7F7D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,125,147); }

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

background-color css

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

 a { background-color: rgb(127,125,147); }

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

border-color css

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

 span { border-color: rgb(127,125,147); }

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