Html Css Color HEX #799FCD Polo Blue

📋 copy color: '#799FCD'

red 121 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #799FCD

Tints of Polo Blue #799FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

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

R = 24.95%
G = 32.78%
B = 42.27%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#799FCD (or 0x799FCD) is known color: Polo Blue. HEX triplet: 79, 9F and CD. RGB value is (121,159,205). Sum of RGB (Red+Green+Blue) = 121+159+205=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #799FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCD is #866032. Grayscale: #989898. Windows color (decimal): -8806451 or 13475705. OLE color: 13475705.

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

Color convert

RGB 121 159 205 -
CMYK 0.41 0.22 0 0.20
HSL 212.86º 0.46% 0.64% -
HSV(B) 212.86º 0.41% 0.8% -
XYZ 31.3 33.27 62.53 -
YUV 152.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 121 159 205 0.41 0.22 0 0.20 212.86 0.46 0.64
Hex 79 9F CD 29 16 0 14 D5 2E 40
Octal 171 237 315 51 26 0 24 325 56 100
Binary 1111001 10011111 11001101 101001 10110 0 10100 11010101 101110 1000000

Color Harmonies of #799FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FCD

Black with #799FCD

Text Example


Text Example

White with #799FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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