Html Css Color HEX #799EBB Bali Hai

📋 copy color: '#799EBB'

red 121 ◦ green 158 ◦ blue 187

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

Shades of Bali Hai #799EBB

Tints of Bali Hai #799EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 25.97%
G = 33.91%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#799EBB (or 0x799EBB) is known color: Bali Hai. HEX triplet: 79, 9E and BB. RGB value is (121,158,187). Sum of RGB (Red+Green+Blue) = 121+158+187=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #799EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBB is #866144. Grayscale: #969696. Windows color (decimal): -8806725 or 12295801. OLE color: 12295801.

HSL color Cylindrical-coordinate representation of color #799EBB: hue angle of 206.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #799EBB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 158 187 -
CMYK 0.35 0.16 0 0.27
HSL 206.36º 0.33% 0.6% -
HSV(B) 206.36º 0.35% 0.73% -
XYZ 29.08 32.11 51.68 -
YUV 150.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 121 158 187 0.35 0.16 0 0.27 206.36 0.33 0.6
Hex 79 9E BB 23 10 0 1B CE 21 3C
Octal 171 236 273 43 20 0 33 316 41 74
Binary 1111001 10011110 10111011 100011 10000 0 11011 11001110 100001 111100

Color Harmonies of #799EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EBB

Black with #799EBB

Text Example


Text Example

White with #799EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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