Html Css Color HEX #799FC6 Polo Blue

📋 copy color: '#799FC6'

red 121 ◦ green 159 ◦ blue 198

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

Shades of Polo Blue #799FC6

Tints of Polo Blue #799FC6

RGB

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

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

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

R = 25.31%
G = 33.26%
B = 41.42%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#799FC6 (or 0x799FC6) is known color: Polo Blue. HEX triplet: 79, 9F and C6. RGB value is (121,159,198). Sum of RGB (Red+Green+Blue) = 121+159+198=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #799FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FC6 is #866039. Grayscale: #979797. Windows color (decimal): -8806458 or 13016953. OLE color: 13016953.

HSL color Cylindrical-coordinate representation of color #799FC6: hue angle of 210.39º 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 #799FC6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 159 198 -
CMYK 0.39 0.20 0 0.22
HSL 210.39º 0.4% 0.63% -
HSV(B) 210.39º 0.39% 0.78% -
XYZ 30.48 32.94 58.18 -
YUV 152.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 121 159 198 0.39 0.20 0 0.22 210.39 0.4 0.63
Hex 79 9F C6 27 14 0 16 D2 28 3F
Octal 171 237 306 47 24 0 26 322 50 77
Binary 1111001 10011111 11000110 100111 10100 0 10110 11010010 101000 111111

Color Harmonies of #799FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FC6

Black with #799FC6

Text Example


Text Example

White with #799FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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