Html Css Color HEX #7D9EBC Bali Hai

📋 copy color: '#7D9EBC'

red 125 ◦ green 158 ◦ blue 188

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

Shades of Bali Hai #7D9EBC

Tints of Bali Hai #7D9EBC

RGB

 RED value IS 125 (49.22% from 255) = 26.54%

 GREEN value IS 158 (62.11% from 255) = 33.55%

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

R = 26.54%
G = 33.55%
B = 39.92%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D9EBC (or 0x7D9EBC) is known color: Bali Hai. HEX triplet: 7D, 9E and BC. RGB value is (125,158,188). Sum of RGB (Red+Green+Blue) = 125+158+188=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9EBC is #826143. Grayscale: #979797. Windows color (decimal): -8544580 or 12361341. OLE color: 12361341.

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

Color convert

RGB 125 158 188 -
CMYK 0.34 0.16 0 0.26
HSL 208.57º 0.32% 0.61% -
HSV(B) 208.57º 0.34% 0.74% -
XYZ 29.76 32.44 52.27 -
YUV 151.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 125 158 188 0.34 0.16 0 0.26 208.57 0.32 0.61
Hex 7D 9E BC 22 10 0 1A D1 20 3D
Octal 175 236 274 42 20 0 32 321 40 75
Binary 1111101 10011110 10111100 100010 10000 0 11010 11010001 100000 111101

Color Harmonies of #7D9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EBC

Black with #7D9EBC

Text Example


Text Example

White with #7D9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,188); }

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

background-color css

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

 a { background-color: rgb(125,158,188); }

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

border-color css

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

 span { border-color: rgb(125,158,188); }

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