Html Css Color HEX #799ECE Polo Blue

📋 copy color: '#799ECE'

red 121 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #799ECE

Tints of Polo Blue #799ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 24.95%
G = 32.58%
B = 42.47%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#799ECE (or 0x799ECE) is known color: Polo Blue. HEX triplet: 79, 9E and CE. RGB value is (121,158,206). Sum of RGB (Red+Green+Blue) = 121+158+206=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #799ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECE is #866131. Grayscale: #989898. Windows color (decimal): -8806706 or 13540985. OLE color: 13540985.

HSL color Cylindrical-coordinate representation of color #799ECE: hue angle of 213.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799ECE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 158 206 -
CMYK 0.41 0.23 0 0.19
HSL 213.88º 0.46% 0.64% -
HSV(B) 213.88º 0.41% 0.81% -
XYZ 31.25 32.97 63.11 -
YUV 152.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 121 158 206 0.41 0.23 0 0.19 213.88 0.46 0.64
Hex 79 9E CE 29 17 0 13 D6 2E 40
Octal 171 236 316 51 27 0 23 326 56 100
Binary 1111001 10011110 11001110 101001 10111 0 10011 11010110 101110 1000000

Color Harmonies of #799ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ECE

Black with #799ECE

Text Example


Text Example

White with #799ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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