Html Css Color HEX #7E7B90 Deluge

📋 copy color: '#7E7B90'

red 126 ◦ green 123 ◦ blue 144

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

Shades of Deluge #7E7B90

Tints of Deluge #7E7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 32.06%
G = 31.3%
B = 36.64%

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

#7E7B90 (or 0x7E7B90) is known color: Deluge. HEX triplet: 7E, 7B and 90. RGB value is (126,123,144). Sum of RGB (Red+Green+Blue) = 126+123+144=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E7B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7B90 is #81846F. Grayscale: #7E7E7E. Windows color (decimal): -8488048 or 9468798. OLE color: 9468798.

HSL color Cylindrical-coordinate representation of color #7E7B90: hue angle of 248.57º 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 #7E7B90 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 123 144 -
CMYK 0.12 0.15 0 0.44
HSL 248.57º 0.09% 0.52% -
HSV(B) 248.57º 0.15% 0.56% -
XYZ 20.72 20.62 29.27 -
YUV 126.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 126 123 144 0.12 0.15 0 0.44 248.57 0.09 0.52
Hex 7E 7B 90 C F 0 2C F9 9 34
Octal 176 173 220 14 17 0 54 371 11 64
Binary 1111110 1111011 10010000 1100 1111 0 101100 11111001 1001 110100

Color Harmonies of #7E7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7B90

Black with #7E7B90

Text Example


Text Example

White with #7E7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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