Html Css Color HEX #7E9FBC Bali Hai

📋 copy color: '#7E9FBC'

red 126 ◦ green 159 ◦ blue 188

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

Shades of Bali Hai #7E9FBC

Tints of Bali Hai #7E9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 26.64%
G = 33.62%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E9FBC (or 0x7E9FBC) is known color: Bali Hai. HEX triplet: 7E, 9F and BC. RGB value is (126,159,188). Sum of RGB (Red+Green+Blue) = 126+159+188=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E9FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FBC is #816043. Grayscale: #989898. Windows color (decimal): -8478788 or 12361598. OLE color: 12361598.

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

Color convert

RGB 126 159 188 -
CMYK 0.33 0.15 0 0.26
HSL 208.06º 0.32% 0.62% -
HSV(B) 208.06º 0.33% 0.74% -
XYZ 30.08 32.86 52.33 -
YUV 152.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 126 159 188 0.33 0.15 0 0.26 208.06 0.32 0.62
Hex 7E 9F BC 21 F 0 1A D0 20 3E
Octal 176 237 274 41 17 0 32 320 40 76
Binary 1111110 10011111 10111100 100001 1111 0 11010 11010000 100000 111110

Color Harmonies of #7E9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9FBC

Black with #7E9FBC

Text Example


Text Example

White with #7E9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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