Html Css Color HEX #7EA4BC Bali Hai

📋 copy color: '#7EA4BC'

red 126 ◦ green 164 ◦ blue 188

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

Shades of Bali Hai #7EA4BC

Tints of Bali Hai #7EA4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 26.36%
G = 34.31%
B = 39.33%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EA4BC (or 0x7EA4BC) is known color: Bali Hai. HEX triplet: 7E, A4 and BC. RGB value is (126,164,188). Sum of RGB (Red+Green+Blue) = 126+164+188=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4BC is #815B43. Grayscale: #9B9B9B. Windows color (decimal): -8477508 or 12362878. OLE color: 12362878.

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

Color convert

RGB 126 164 188 -
CMYK 0.33 0.13 0 0.26
HSL 203.23º 0.32% 0.62% -
HSV(B) 203.23º 0.33% 0.74% -
XYZ 30.96 34.62 52.63 -
YUV 155.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 126 164 188 0.33 0.13 0 0.26 203.23 0.32 0.62
Hex 7E A4 BC 21 D 0 1A CB 20 3E
Octal 176 244 274 41 15 0 32 313 40 76
Binary 1111110 10100100 10111100 100001 1101 0 11010 11001011 100000 111110

Color Harmonies of #7EA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA4BC

Black with #7EA4BC

Text Example


Text Example

White with #7EA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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