Html Css Color HEX #799EB1 Bali Hai

📋 copy color: '#799EB1'

red 121 ◦ green 158 ◦ blue 177

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

Shades of Bali Hai #799EB1

Tints of Bali Hai #799EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 26.54%
G = 34.65%
B = 38.82%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#799EB1 (or 0x799EB1) is known color: Bali Hai. HEX triplet: 79, 9E and B1. RGB value is (121,158,177). Sum of RGB (Red+Green+Blue) = 121+158+177=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #799EB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EB1 is #86614E. Grayscale: #949494. Windows color (decimal): -8806735 or 11640441. OLE color: 11640441.

HSL color Cylindrical-coordinate representation of color #799EB1: hue angle of 200.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #799EB1 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 158 177 -
CMYK 0.32 0.11 0 0.31
HSL 200.36º 0.26% 0.58% -
HSV(B) 200.36º 0.32% 0.69% -
XYZ 28.05 31.69 46.23 -
YUV 149.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 121 158 177 0.32 0.11 0 0.31 200.36 0.26 0.58
Hex 79 9E B1 20 B 0 1F C8 1A 3A
Octal 171 236 261 40 13 0 37 310 32 72
Binary 1111001 10011110 10110001 100000 1011 0 11111 11001000 11010 111010

Color Harmonies of #799EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EB1

Black with #799EB1

Text Example


Text Example

White with #799EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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