Html Css Color HEX #7E7BAB Deluge

📋 copy color: '#7E7BAB'

red 126 ◦ green 123 ◦ blue 171

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

Shades of Deluge #7E7BAB

Tints of Deluge #7E7BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 30%
G = 29.29%
B = 40.71%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E7BAB (or 0x7E7BAB) is known color: Deluge. HEX triplet: 7E, 7B and AB. RGB value is (126,123,171). Sum of RGB (Red+Green+Blue) = 126+123+171=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7BAB is #818454. Grayscale: #818181. Windows color (decimal): -8488021 or 11238270. OLE color: 11238270.

HSL color Cylindrical-coordinate representation of color #7E7BAB: hue angle of 243.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E7BAB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 123 171 -
CMYK 0.26 0.28 0 0.33
HSL 243.75º 0.22% 0.58% -
HSV(B) 243.75º 0.28% 0.67% -
XYZ 23.04 21.54 41.47 -
YUV 129.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 126 123 171 0.26 0.28 0 0.33 243.75 0.22 0.58
Hex 7E 7B AB 1A 1C 0 21 F4 16 3A
Octal 176 173 253 32 34 0 41 364 26 72
Binary 1111110 1111011 10101011 11010 11100 0 100001 11110100 10110 111010

Color Harmonies of #7E7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7BAB

Black with #7E7BAB

Text Example


Text Example

White with #7E7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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