Html Css Color HEX #799CB6 Bali Hai

📋 copy color: '#799CB6'

red 121 ◦ green 156 ◦ blue 182

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

Shades of Bali Hai #799CB6

Tints of Bali Hai #799CB6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 26.36%
G = 33.99%
B = 39.65%

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

#799CB6 (or 0x799CB6) is known color: Bali Hai. HEX triplet: 79, 9C and B6. RGB value is (121,156,182). Sum of RGB (Red+Green+Blue) = 121+156+182=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #799CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CB6 is #866349. Grayscale: #949494. Windows color (decimal): -8807242 or 11967609. OLE color: 11967609.

HSL color Cylindrical-coordinate representation of color #799CB6: hue angle of 205.57º 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 #799CB6 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 156 182 -
CMYK 0.34 0.14 0 0.29
HSL 205.57º 0.29% 0.59% -
HSV(B) 205.57º 0.34% 0.71% -
XYZ 28.22 31.22 48.79 -
YUV 148.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 121 156 182 0.34 0.14 0 0.29 205.57 0.29 0.59
Hex 79 9C B6 22 E 0 1D CE 1D 3B
Octal 171 234 266 42 16 0 35 316 35 73
Binary 1111001 10011100 10110110 100010 1110 0 11101 11001110 11101 111011

Color Harmonies of #799CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CB6

Black with #799CB6

Text Example


Text Example

White with #799CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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