#7EA2BD

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

Shades of Bali Hai #7EA2BD

Tints of Bali Hai #7EA2BD

Color information

#7EA2BD (or 0x7EA2BD) is unknown color: approx Bali Hai. HEX triplet: 7E, A2 and BD. RGB value is (126,162,189). Sum of RGB (Red+Green+Blue) = 126+162+189=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2BD is #815D42. Grayscale: #9A9A9A. Windows color (decimal): -8478019 or 12427902. OLE color: 12427902.

HSL color Cylindrical-coordinate representation of color #7EA2BD: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA2BD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126162189-
CMYK0.330.1400.26
HSL205.71º32.31%61.76%-
HSV(B)205.71º33.33%74.12%-
XYZ30.7133.9553.08-
YUV154.31147.57107.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=26.42%
G=33.96%
B=39.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261621890.330.1400.26205.7132.3161.76
Hex7EA2BD21E01Ace203e
Octal17624227541160323164076
Binary11111101010001010111101100001111001101011001110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,189); }

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

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

 a { background-color: rgb(126,162,189); }

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

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

 span { border-color: rgb(126,162,189); }

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