#7E9CAD

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

Shades of Bali Hai #7E9CAD

Tints of Bali Hai #7E9CAD

Color information

#7E9CAD (or 0x7E9CAD) is unknown color: approx Bali Hai. HEX triplet: 7E, 9C and AD. RGB value is (126,156,173). Sum of RGB (Red+Green+Blue) = 126+156+173=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E9CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9CAD is #816352. Grayscale: #949494. Windows color (decimal): -8479571 or 11377790. OLE color: 11377790.

HSL color Cylindrical-coordinate representation of color #7E9CAD: hue angle of 201.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E9CAD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126156173-
CMYK0.270.1000.32
HSL201.7º22.27%58.63%-
HSV(B)201.7º27.17%67.84%-
XYZ28.0431.2344.09-
YUV148.97141.56111.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=27.69%
G=34.29%
B=38.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261561730.270.1000.32201.722.2758.63
Hex7E9CAD1BA020ca163b
Octal17623425533120403122673
Binary1111110100111001010110111011101001000001100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,156,173); }

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

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

 a { background-color: rgb(126,156,173); }

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

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

 span { border-color: rgb(126,156,173); }

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