Html Css Color HEX #799EC0 Polo Blue

📋 copy color: '#799EC0'

red 121 ◦ green 158 ◦ blue 192

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

Shades of Polo Blue #799EC0

Tints of Polo Blue #799EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.55%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 25.69%
G = 33.55%
B = 40.76%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#799EC0 (or 0x799EC0) is known color: Polo Blue. HEX triplet: 79, 9E and C0. RGB value is (121,158,192). Sum of RGB (Red+Green+Blue) = 121+158+192=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #799EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EC0 is #86613F. Grayscale: #969696. Windows color (decimal): -8806720 or 12623481. OLE color: 12623481.

HSL color Cylindrical-coordinate representation of color #799EC0: hue angle of 208.73º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799EC0 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 158 192 -
CMYK 0.37 0.18 0 0.25
HSL 208.73º 0.36% 0.61% -
HSV(B) 208.73º 0.37% 0.75% -
XYZ 29.63 32.32 54.55 -
YUV 150.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 121 158 192 0.37 0.18 0 0.25 208.73 0.36 0.61
Hex 79 9E C0 25 12 0 19 D1 24 3D
Octal 171 236 300 45 22 0 31 321 44 75
Binary 1111001 10011110 11000000 100101 10010 0 11001 11010001 100100 111101

Color Harmonies of #799EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EC0

Black with #799EC0

Text Example


Text Example

White with #799EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,158,192); }

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

background-color css

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

 a { background-color: rgb(121,158,192); }

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

border-color css

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

 span { border-color: rgb(121,158,192); }

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