Html Css Color HEX #799BC6 Polo Blue

📋 copy color: '#799BC6'

red 121 ◦ green 155 ◦ blue 198

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

Shades of Polo Blue #799BC6

Tints of Polo Blue #799BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 25.53%
G = 32.7%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#799BC6 (or 0x799BC6) is known color: Polo Blue. HEX triplet: 79, 9B and C6. RGB value is (121,155,198). Sum of RGB (Red+Green+Blue) = 121+155+198=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #799BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC6 is #866439. Grayscale: #959595. Windows color (decimal): -8807482 or 13015929. OLE color: 13015929.

HSL color Cylindrical-coordinate representation of color #799BC6: hue angle of 213.51º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #799BC6 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 155 198 -
CMYK 0.39 0.22 0 0.22
HSL 213.51º 0.4% 0.63% -
HSV(B) 213.51º 0.39% 0.78% -
XYZ 29.8 31.58 57.95 -
YUV 149.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 121 155 198 0.39 0.22 0 0.22 213.51 0.4 0.63
Hex 79 9B C6 27 16 0 16 D6 28 3F
Octal 171 233 306 47 26 0 26 326 50 77
Binary 1111001 10011011 11000110 100111 10110 0 10110 11010110 101000 111111

Color Harmonies of #799BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BC6

Black with #799BC6

Text Example


Text Example

White with #799BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,155,198); }

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

background-color css

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

 a { background-color: rgb(121,155,198); }

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

border-color css

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

 span { border-color: rgb(121,155,198); }

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