Html Css Color HEX #799FB4 Bali Hai

📋 copy color: '#799FB4'

red 121 ◦ green 159 ◦ blue 180

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

Shades of Bali Hai #799FB4

Tints of Bali Hai #799FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.13%

R = 26.3%
G = 34.57%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#799FB4 (or 0x799FB4) is known color: Bali Hai. HEX triplet: 79, 9F and B4. RGB value is (121,159,180). Sum of RGB (Red+Green+Blue) = 121+159+180=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #799FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FB4 is #86604B. Grayscale: #959595. Windows color (decimal): -8806476 or 11837305. OLE color: 11837305.

HSL color Cylindrical-coordinate representation of color #799FB4: hue angle of 201.36º degrees, saturation: 0.28, 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 #799FB4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 159 180 -
CMYK 0.33 0.12 0 0.29
HSL 201.36º 0.28% 0.59% -
HSV(B) 201.36º 0.33% 0.71% -
XYZ 28.52 32.16 47.88 -
YUV 150.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 121 159 180 0.33 0.12 0 0.29 201.36 0.28 0.59
Hex 79 9F B4 21 C 0 1D C9 1C 3B
Octal 171 237 264 41 14 0 35 311 34 73
Binary 1111001 10011111 10110100 100001 1100 0 11101 11001001 11100 111011

Color Harmonies of #799FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FB4

Black with #799FB4

Text Example


Text Example

White with #799FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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