Html Css Color HEX #799AB5 Bali Hai

📋 copy color: '#799AB5'

red 121 ◦ green 154 ◦ blue 181

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

Shades of Bali Hai #799AB5

Tints of Bali Hai #799AB5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 26.54%
G = 33.77%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#799AB5 (or 0x799AB5) is known color: Bali Hai. HEX triplet: 79, 9A and B5. RGB value is (121,154,181). Sum of RGB (Red+Green+Blue) = 121+154+181=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #799AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AB5 is #86654A. Grayscale: #939393. Windows color (decimal): -8807755 or 11901561. OLE color: 11901561.

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

Color convert

RGB 121 154 181 -
CMYK 0.33 0.15 0 0.29
HSL 207º 0.29% 0.59% -
HSV(B) 207º 0.33% 0.71% -
XYZ 27.78 30.51 48.14 -
YUV 147.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 121 154 181 0.33 0.15 0 0.29 207 0.29 0.59
Hex 79 9A B5 21 F 0 1D CF 1D 3B
Octal 171 232 265 41 17 0 35 317 35 73
Binary 1111001 10011010 10110101 100001 1111 0 11101 11001111 11101 111011

Color Harmonies of #799AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AB5

Black with #799AB5

Text Example


Text Example

White with #799AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,181); }

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

background-color css

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

 a { background-color: rgb(121,154,181); }

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

border-color css

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

 span { border-color: rgb(121,154,181); }

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