Html Css Color HEX #7C9EBC Bali Hai

📋 copy color: '#7C9EBC'

red 124 ◦ green 158 ◦ blue 188

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

Shades of Bali Hai #7C9EBC

Tints of Bali Hai #7C9EBC

RGB

 RED value IS 124 (48.83% from 255) = 26.38%

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

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

R = 26.38%
G = 33.62%
B = 40%

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

#7C9EBC (or 0x7C9EBC) is known color: Bali Hai. HEX triplet: 7C, 9E and BC. RGB value is (124,158,188). Sum of RGB (Red+Green+Blue) = 124+158+188=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EBC is #836143. Grayscale: #979797. Windows color (decimal): -8610116 or 12361340. OLE color: 12361340.

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

Color convert

RGB 124 158 188 -
CMYK 0.34 0.16 0 0.26
HSL 208.13º 0.32% 0.61% -
HSV(B) 208.13º 0.34% 0.74% -
XYZ 29.62 32.37 52.26 -
YUV 151.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 124 158 188 0.34 0.16 0 0.26 208.13 0.32 0.61
Hex 7C 9E BC 22 10 0 1A D0 20 3D
Octal 174 236 274 42 20 0 32 320 40 75
Binary 1111100 10011110 10111100 100010 10000 0 11010 11010000 100000 111101

Color Harmonies of #7C9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9EBC

Black with #7C9EBC

Text Example


Text Example

White with #7C9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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