#7E9AB1

Color #7E9AB1 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7E9AB1

Tints of Bali Hai #7E9AB1

Color information

#7E9AB1 (or 0x7E9AB1) is unknown color: approx Bali Hai. HEX triplet: 7E, 9A and B1. RGB value is (126,154,177). Sum of RGB (Red+Green+Blue) = 126+154+177=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E9AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9AB1 is #81654E. Grayscale: #949494. Windows color (decimal): -8480079 or 11639422. OLE color: 11639422.

HSL color Cylindrical-coordinate representation of color #7E9AB1: hue angle of 207.06º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E9AB1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126154177-
CMYK0.290.1300.31
HSL207.06º24.64%59.41%-
HSV(B)207.06º28.81%69.41%-
XYZ28.130.7246.04-
YUV148.25144.22112.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=27.57%
G=33.70%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261541770.290.1300.31207.0624.6459.41
Hex7E9AB11DD01Fcf193b
Octal17623226135150373173173
Binary111111010011010101100011110111010111111100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,154,177); }

 H1.HeaderClassName
 {
   color: #7E9AB1;
 }
 .AnyTagClassName
 {
   color: #7E9AB1;
 }
</style>
background-color css

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

 a { background-color: rgb(126,154,177); }

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

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

 span { border-color: rgb(126,154,177); }

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