Html Css Color HEX #799ECD Polo Blue

📋 copy color: '#799ECD'

red 121 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #799ECD

Tints of Polo Blue #799ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 25%
G = 32.64%
B = 42.36%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#799ECD (or 0x799ECD) is known color: Polo Blue. HEX triplet: 79, 9E and CD. RGB value is (121,158,205). Sum of RGB (Red+Green+Blue) = 121+158+205=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #799ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECD is #866132. Grayscale: #989898. Windows color (decimal): -8806707 or 13475449. OLE color: 13475449.

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

Color convert

RGB 121 158 205 -
CMYK 0.41 0.23 0 0.20
HSL 213.57º 0.46% 0.64% -
HSV(B) 213.57º 0.41% 0.8% -
XYZ 31.13 32.93 62.47 -
YUV 152.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 121 158 205 0.41 0.23 0 0.20 213.57 0.46 0.64
Hex 79 9E CD 29 17 0 14 D6 2E 40
Octal 171 236 315 51 27 0 24 326 56 100
Binary 1111001 10011110 11001101 101001 10111 0 10100 11010110 101110 1000000

Color Harmonies of #799ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ECD

Black with #799ECD

Text Example


Text Example

White with #799ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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