Html Css Color HEX #799DBF Polo Blue

📋 copy color: '#799DBF'

red 121 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #799DBF

Tints of Polo Blue #799DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

 BLUE value IS 191 (75% from 255) = 40.72%

R = 25.8%
G = 33.48%
B = 40.72%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#799DBF (or 0x799DBF) is known color: Polo Blue. HEX triplet: 79, 9D and BF. RGB value is (121,157,191). Sum of RGB (Red+Green+Blue) = 121+157+191=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #799DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DBF is #866240. Grayscale: #959595. Windows color (decimal): -8806977 or 12557689. OLE color: 12557689.

HSL color Cylindrical-coordinate representation of color #799DBF: hue angle of 209.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799DBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 157 191 -
CMYK 0.37 0.18 0 0.25
HSL 209.14º 0.35% 0.61% -
HSV(B) 209.14º 0.37% 0.75% -
XYZ 29.35 31.94 53.91 -
YUV 150.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 121 157 191 0.37 0.18 0 0.25 209.14 0.35 0.61
Hex 79 9D BF 25 12 0 19 D1 23 3D
Octal 171 235 277 45 22 0 31 321 43 75
Binary 1111001 10011101 10111111 100101 10010 0 11001 11010001 100011 111101

Color Harmonies of #799DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DBF

Black with #799DBF

Text Example


Text Example

White with #799DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,157,191); }

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

background-color css

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

 a { background-color: rgb(121,157,191); }

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

border-color css

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

 span { border-color: rgb(121,157,191); }

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