Html Css Color HEX #799EBC Bali Hai

📋 copy color: '#799EBC'

red 121 ◦ green 158 ◦ blue 188

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

Shades of Bali Hai #799EBC

Tints of Bali Hai #799EBC

RGB

 RED value IS 121 (47.66% from 255) = 25.91%

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

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

R = 25.91%
G = 33.83%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#799EBC (or 0x799EBC) is known color: Bali Hai. HEX triplet: 79, 9E and BC. RGB value is (121,158,188). Sum of RGB (Red+Green+Blue) = 121+158+188=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #799EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBC is #866143. Grayscale: #969696. Windows color (decimal): -8806724 or 12361337. OLE color: 12361337.

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

Color convert

RGB 121 158 188 -
CMYK 0.36 0.16 0 0.26
HSL 206.87º 0.33% 0.61% -
HSV(B) 206.87º 0.36% 0.74% -
XYZ 29.19 32.15 52.24 -
YUV 150.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 121 158 188 0.36 0.16 0 0.26 206.87 0.33 0.61
Hex 79 9E BC 24 10 0 1A CF 21 3D
Octal 171 236 274 44 20 0 32 317 41 75
Binary 1111001 10011110 10111100 100100 10000 0 11010 11001111 100001 111101

Color Harmonies of #799EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EBC

Black with #799EBC

Text Example


Text Example

White with #799EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799EBC; }

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

 H1.HeaderClassName
 {
   color: #799EBC;
 }
 .AnyTagClassName
 {
   color: #799EBC;
 }
</style>

background-color css

<style>
 a { background-color: #799EBC; }

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

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

border-color css

<style>
 span { border-color: #799EBC; }

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

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