Html Css Color HEX #799FB2 Bali Hai

📋 copy color: '#799FB2'

red 121 ◦ green 159 ◦ blue 178

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

Shades of Bali Hai #799FB2

Tints of Bali Hai #799FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.72%

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 26.42%
G = 34.72%
B = 38.86%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#799FB2 (or 0x799FB2) is known color: Bali Hai. HEX triplet: 79, 9F and B2. RGB value is (121,159,178). Sum of RGB (Red+Green+Blue) = 121+159+178=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 178 - color contains mainly: blue. Hex color #799FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FB2 is #86604D. Grayscale: #959595. Windows color (decimal): -8806478 or 11706233. OLE color: 11706233.

HSL color Cylindrical-coordinate representation of color #799FB2: hue angle of 200º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #799FB2 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 159 178 -
CMYK 0.32 0.11 0 0.30
HSL 200º 0.27% 0.59% -
HSV(B) 200º 0.32% 0.7% -
XYZ 28.32 32.08 46.82 -
YUV 149.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 121 159 178 0.32 0.11 0 0.30 200 0.27 0.59
Hex 79 9F B2 20 B 0 1E C8 1B 3B
Octal 171 237 262 40 13 0 36 310 33 73
Binary 1111001 10011111 10110010 100000 1011 0 11110 11001000 11011 111011

Color Harmonies of #799FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FB2

Black with #799FB2

Text Example


Text Example

White with #799FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,159,178); }

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

background-color css

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

 a { background-color: rgb(121,159,178); }

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

border-color css

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

 span { border-color: rgb(121,159,178); }

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