Html Css Color HEX #7EA1BC Bali Hai

📋 copy color: '#7EA1BC'

red 126 ◦ green 161 ◦ blue 188

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

Shades of Bali Hai #7EA1BC

Tints of Bali Hai #7EA1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 26.53%
G = 33.89%
B = 39.58%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EA1BC (or 0x7EA1BC) is known color: Bali Hai. HEX triplet: 7E, A1 and BC. RGB value is (126,161,188). Sum of RGB (Red+Green+Blue) = 126+161+188=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1BC is #815E43. Grayscale: #999999. Windows color (decimal): -8478276 or 12362110. OLE color: 12362110.

HSL color Cylindrical-coordinate representation of color #7EA1BC: hue angle of 206.13º 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 #7EA1BC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 161 188 -
CMYK 0.33 0.14 0 0.26
HSL 206.13º 0.32% 0.62% -
HSV(B) 206.13º 0.33% 0.74% -
XYZ 30.43 33.56 52.45 -
YUV 153.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 126 161 188 0.33 0.14 0 0.26 206.13 0.32 0.62
Hex 7E A1 BC 21 E 0 1A CE 20 3E
Octal 176 241 274 41 16 0 32 316 40 76
Binary 1111110 10100001 10111100 100001 1110 0 11010 11001110 100000 111110

Color Harmonies of #7EA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA1BC

Black with #7EA1BC

Text Example


Text Example

White with #7EA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,161,188); }

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

background-color css

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

 a { background-color: rgb(126,161,188); }

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

border-color css

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

 span { border-color: rgb(126,161,188); }

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