Html Css Color HEX #799AD1 Polo Blue

📋 copy color: '#799AD1'

red 121 ◦ green 154 ◦ blue 209

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

Shades of Polo Blue #799AD1

Tints of Polo Blue #799AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 25%
G = 31.82%
B = 43.18%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#799AD1 (or 0x799AD1) is known color: Polo Blue. HEX triplet: 79, 9A and D1. RGB value is (121,154,209). Sum of RGB (Red+Green+Blue) = 121+154+209=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #799AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD1 is #86652E. Grayscale: #969696. Windows color (decimal): -8807727 or 13736569. OLE color: 13736569.

HSL color Cylindrical-coordinate representation of color #799AD1: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799AD1 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 154 209 -
CMYK 0.42 0.26 0 0.18
HSL 217.5º 0.49% 0.65% -
HSV(B) 217.5º 0.42% 0.82% -
XYZ 30.95 31.78 64.82 -
YUV 150.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 121 154 209 0.42 0.26 0 0.18 217.5 0.49 0.65
Hex 79 9A D1 2A 1A 0 12 DA 31 41
Octal 171 232 321 52 32 0 22 332 61 101
Binary 1111001 10011010 11010001 101010 11010 0 10010 11011010 110001 1000001

Color Harmonies of #799AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AD1

Black with #799AD1

Text Example


Text Example

White with #799AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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