Html Css Color HEX #799CB0 Bali Hai

📋 copy color: '#799CB0'

red 121 ◦ green 156 ◦ blue 176

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

Shades of Bali Hai #799CB0

Tints of Bali Hai #799CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.85%

R = 26.71%
G = 34.44%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#799CB0 (or 0x799CB0) is known color: Bali Hai. HEX triplet: 79, 9C and B0. RGB value is (121,156,176). Sum of RGB (Red+Green+Blue) = 121+156+176=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #799CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CB0 is #86634F. Grayscale: #939393. Windows color (decimal): -8807248 or 11574393. OLE color: 11574393.

HSL color Cylindrical-coordinate representation of color #799CB0: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799CB0 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 156 176 -
CMYK 0.31 0.11 0 0.31
HSL 201.82º 0.26% 0.58% -
HSV(B) 201.82º 0.31% 0.69% -
XYZ 27.61 30.98 45.6 -
YUV 147.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 121 156 176 0.31 0.11 0 0.31 201.82 0.26 0.58
Hex 79 9C B0 1F B 0 1F CA 1A 3A
Octal 171 234 260 37 13 0 37 312 32 72
Binary 1111001 10011100 10110000 11111 1011 0 11111 11001010 11010 111010

Color Harmonies of #799CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CB0

Black with #799CB0

Text Example


Text Example

White with #799CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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