Html Css Color HEX #799ABE Polo Blue

📋 copy color: '#799ABE'

red 121 ◦ green 154 ◦ blue 190

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

Shades of Polo Blue #799ABE

Tints of Polo Blue #799ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 26.02%
G = 33.12%
B = 40.86%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#799ABE (or 0x799ABE) is known color: Polo Blue. HEX triplet: 79, 9A and BE. RGB value is (121,154,190). Sum of RGB (Red+Green+Blue) = 121+154+190=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #799ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABE is #866541. Grayscale: #949494. Windows color (decimal): -8807746 or 12491385. OLE color: 12491385.

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

Color convert

RGB 121 154 190 -
CMYK 0.36 0.19 0 0.25
HSL 211.3º 0.35% 0.61% -
HSV(B) 211.3º 0.36% 0.75% -
XYZ 28.74 30.89 53.16 -
YUV 148.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 121 154 190 0.36 0.19 0 0.25 211.3 0.35 0.61
Hex 79 9A BE 24 13 0 19 D3 23 3D
Octal 171 232 276 44 23 0 31 323 43 75
Binary 1111001 10011010 10111110 100100 10011 0 11001 11010011 100011 111101

Color Harmonies of #799ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ABE

Black with #799ABE

Text Example


Text Example

White with #799ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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