Html Css Color HEX #799DB6 Bali Hai

📋 copy color: '#799DB6'

red 121 ◦ green 157 ◦ blue 182

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

Shades of Bali Hai #799DB6

Tints of Bali Hai #799DB6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.13%

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 26.3%
G = 34.13%
B = 39.57%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#799DB6 (or 0x799DB6) is known color: Bali Hai. HEX triplet: 79, 9D and B6. RGB value is (121,157,182). Sum of RGB (Red+Green+Blue) = 121+157+182=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #799DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DB6 is #866249. Grayscale: #949494. Windows color (decimal): -8806986 or 11967865. OLE color: 11967865.

HSL color Cylindrical-coordinate representation of color #799DB6: hue angle of 204.59º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799DB6 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 157 182 -
CMYK 0.34 0.14 0 0.29
HSL 204.59º 0.29% 0.59% -
HSV(B) 204.59º 0.34% 0.71% -
XYZ 28.39 31.56 48.85 -
YUV 149.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 121 157 182 0.34 0.14 0 0.29 204.59 0.29 0.59
Hex 79 9D B6 22 E 0 1D CD 1D 3B
Octal 171 235 266 42 16 0 35 315 35 73
Binary 1111001 10011101 10110110 100010 1110 0 11101 11001101 11101 111011

Color Harmonies of #799DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DB6

Black with #799DB6

Text Example


Text Example

White with #799DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,157,182); }

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

background-color css

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

 a { background-color: rgb(121,157,182); }

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

border-color css

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

 span { border-color: rgb(121,157,182); }

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