Html Css Color HEX #799ABD Polo Blue

📋 copy color: '#799ABD'

red 121 ◦ green 154 ◦ blue 189

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

Shades of Polo Blue #799ABD

Tints of Polo Blue #799ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 26.08%
G = 33.19%
B = 40.73%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#799ABD (or 0x799ABD) is known color: Polo Blue. HEX triplet: 79, 9A and BD. RGB value is (121,154,189). Sum of RGB (Red+Green+Blue) = 121+154+189=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #799ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABD is #866542. Grayscale: #939393. Windows color (decimal): -8807747 or 12425849. OLE color: 12425849.

HSL color Cylindrical-coordinate representation of color #799ABD: hue angle of 210.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799ABD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 154 189 -
CMYK 0.36 0.19 0 0.26
HSL 210.88º 0.34% 0.61% -
HSV(B) 210.88º 0.36% 0.74% -
XYZ 28.63 30.85 52.59 -
YUV 148.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 121 154 189 0.36 0.19 0 0.26 210.88 0.34 0.61
Hex 79 9A BD 24 13 0 1A D3 22 3D
Octal 171 232 275 44 23 0 32 323 42 75
Binary 1111001 10011010 10111101 100100 10011 0 11010 11010011 100010 111101

Color Harmonies of #799ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ABD

Black with #799ABD

Text Example


Text Example

White with #799ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,189); }

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

background-color css

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

 a { background-color: rgb(121,154,189); }

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

border-color css

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

 span { border-color: rgb(121,154,189); }

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