Html Css Color HEX #799BC2 Polo Blue

📋 copy color: '#799BC2'

red 121 ◦ green 155 ◦ blue 194

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

Shades of Polo Blue #799BC2

Tints of Polo Blue #799BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 25.74%
G = 32.98%
B = 41.28%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#799BC2 (or 0x799BC2) is known color: Polo Blue. HEX triplet: 79, 9B and C2. RGB value is (121,155,194). Sum of RGB (Red+Green+Blue) = 121+155+194=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #799BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC2 is #86643D. Grayscale: #959595. Windows color (decimal): -8807486 or 12753785. OLE color: 12753785.

HSL color Cylindrical-coordinate representation of color #799BC2: hue angle of 212.05º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799BC2 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 155 194 -
CMYK 0.38 0.20 0 0.24
HSL 212.05º 0.37% 0.62% -
HSV(B) 212.05º 0.38% 0.76% -
XYZ 29.34 31.4 55.55 -
YUV 149.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 121 155 194 0.38 0.20 0 0.24 212.05 0.37 0.62
Hex 79 9B C2 26 14 0 18 D4 25 3E
Octal 171 233 302 46 24 0 30 324 45 76
Binary 1111001 10011011 11000010 100110 10100 0 11000 11010100 100101 111110

Color Harmonies of #799BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BC2

Black with #799BC2

Text Example


Text Example

White with #799BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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