Html Css Color HEX #799DC9 Polo Blue

📋 copy color: '#799DC9'

red 121 ◦ green 157 ◦ blue 201

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

Shades of Polo Blue #799DC9

Tints of Polo Blue #799DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 25.26%
G = 32.78%
B = 41.96%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#799DC9 (or 0x799DC9) is known color: Polo Blue. HEX triplet: 79, 9D and C9. RGB value is (121,157,201). Sum of RGB (Red+Green+Blue) = 121+157+201=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #799DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DC9 is #866236. Grayscale: #979797. Windows color (decimal): -8806967 or 13213049. OLE color: 13213049.

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

Color convert

RGB 121 157 201 -
CMYK 0.40 0.22 0 0.21
HSL 213º 0.43% 0.63% -
HSV(B) 213º 0.4% 0.79% -
XYZ 30.48 32.4 59.9 -
YUV 151.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 121 157 201 0.40 0.22 0 0.21 213 0.43 0.63
Hex 79 9D C9 28 16 0 15 D5 2B 3F
Octal 171 235 311 50 26 0 25 325 53 77
Binary 1111001 10011101 11001001 101000 10110 0 10101 11010101 101011 111111

Color Harmonies of #799DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DC9

Black with #799DC9

Text Example


Text Example

White with #799DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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