Html Css Color HEX #799CC6 Polo Blue

📋 copy color: '#799CC6'

red 121 ◦ green 156 ◦ blue 198

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

Shades of Polo Blue #799CC6

Tints of Polo Blue #799CC6

RGB

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

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

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

R = 25.47%
G = 32.84%
B = 41.68%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#799CC6 (or 0x799CC6) is known color: Polo Blue. HEX triplet: 79, 9C and C6. RGB value is (121,156,198). Sum of RGB (Red+Green+Blue) = 121+156+198=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #799CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC6 is #866339. Grayscale: #969696. Windows color (decimal): -8807226 or 13016185. OLE color: 13016185.

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

Color convert

RGB 121 156 198 -
CMYK 0.39 0.21 0 0.22
HSL 212.73º 0.4% 0.63% -
HSV(B) 212.73º 0.39% 0.78% -
XYZ 29.97 31.92 58.01 -
YUV 150.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 121 156 198 0.39 0.21 0 0.22 212.73 0.4 0.63
Hex 79 9C C6 27 15 0 16 D5 28 3F
Octal 171 234 306 47 25 0 26 325 50 77
Binary 1111001 10011100 11000110 100111 10101 0 10110 11010101 101000 111111

Color Harmonies of #799CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CC6

Black with #799CC6

Text Example


Text Example

White with #799CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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