Html Css Color HEX #799CBA Bali Hai

📋 copy color: '#799CBA'

red 121 ◦ green 156 ◦ blue 186

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

Shades of Bali Hai #799CBA

Tints of Bali Hai #799CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 26.13%
G = 33.69%
B = 40.17%

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

#799CBA (or 0x799CBA) is known color: Bali Hai. HEX triplet: 79, 9C and BA. RGB value is (121,156,186). Sum of RGB (Red+Green+Blue) = 121+156+186=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #799CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBA is #866345. Grayscale: #949494. Windows color (decimal): -8807238 or 12229753. OLE color: 12229753.

HSL color Cylindrical-coordinate representation of color #799CBA: hue angle of 207.69º degrees, saturation: 0.32, 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 #799CBA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 156 186 -
CMYK 0.35 0.16 0 0.27
HSL 207.69º 0.32% 0.6% -
HSV(B) 207.69º 0.35% 0.73% -
XYZ 28.64 31.39 51 -
YUV 148.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 121 156 186 0.35 0.16 0 0.27 207.69 0.32 0.6
Hex 79 9C BA 23 10 0 1B D0 20 3C
Octal 171 234 272 43 20 0 33 320 40 74
Binary 1111001 10011100 10111010 100011 10000 0 11011 11010000 100000 111100

Color Harmonies of #799CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CBA

Black with #799CBA

Text Example


Text Example

White with #799CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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