Html Css Color HEX #799ABF Polo Blue

📋 copy color: '#799ABF'

red 121 ◦ green 154 ◦ blue 191

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

Shades of Polo Blue #799ABF

Tints of Polo Blue #799ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 25.97%
G = 33.05%
B = 40.99%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#799ABF (or 0x799ABF) is known color: Polo Blue. HEX triplet: 79, 9A and BF. RGB value is (121,154,191). Sum of RGB (Red+Green+Blue) = 121+154+191=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #799ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABF is #866540. Grayscale: #949494. Windows color (decimal): -8807745 or 12556921. OLE color: 12556921.

HSL color Cylindrical-coordinate representation of color #799ABF: hue angle of 211.71º degrees, saturation: 0.35, 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 #799ABF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 154 191 -
CMYK 0.37 0.19 0 0.25
HSL 211.71º 0.35% 0.61% -
HSV(B) 211.71º 0.37% 0.75% -
XYZ 28.84 30.94 53.74 -
YUV 148.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 121 154 191 0.37 0.19 0 0.25 211.71 0.35 0.61
Hex 79 9A BF 25 13 0 19 D4 23 3D
Octal 171 232 277 45 23 0 31 324 43 75
Binary 1111001 10011010 10111111 100101 10011 0 11001 11010100 100011 111101

Color Harmonies of #799ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ABF

Black with #799ABF

Text Example


Text Example

White with #799ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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