Html Css Color HEX #7E7A90 Deluge

📋 copy color: '#7E7A90'

red 126 ◦ green 122 ◦ blue 144

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

Shades of Deluge #7E7A90

Tints of Deluge #7E7A90

RGB

 RED value IS 126 (49.61% from 255) = 32.14%

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 32.14%
G = 31.12%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E7A90 (or 0x7E7A90) is known color: Deluge. HEX triplet: 7E, 7A and 90. RGB value is (126,122,144). Sum of RGB (Red+Green+Blue) = 126+122+144=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E7A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A90 is #81856F. Grayscale: #7D7D7D. Windows color (decimal): -8488304 or 9468542. OLE color: 9468542.

HSL color Cylindrical-coordinate representation of color #7E7A90: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E7A90 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 122 144 -
CMYK 0.12 0.15 0 0.44
HSL 250.91º 0.09% 0.52% -
HSV(B) 250.91º 0.15% 0.56% -
XYZ 20.6 20.37 29.23 -
YUV 125.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 126 122 144 0.12 0.15 0 0.44 250.91 0.09 0.52
Hex 7E 7A 90 C F 0 2C FB 9 34
Octal 176 172 220 14 17 0 54 373 11 64
Binary 1111110 1111010 10010000 1100 1111 0 101100 11111011 1001 110100

Color Harmonies of #7E7A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7A90

Black with #7E7A90

Text Example


Text Example

White with #7E7A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,122,144); }

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

background-color css

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

 a { background-color: rgb(126,122,144); }

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

border-color css

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

 span { border-color: rgb(126,122,144); }

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