Html Css Color HEX #799AD0 Polo Blue

📋 copy color: '#799AD0'

red 121 ◦ green 154 ◦ blue 208

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

Shades of Polo Blue #799AD0

Tints of Polo Blue #799AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 25.05%
G = 31.88%
B = 43.06%

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

#799AD0 (or 0x799AD0) is known color: Polo Blue. HEX triplet: 79, 9A and D0. RGB value is (121,154,208). Sum of RGB (Red+Green+Blue) = 121+154+208=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #799AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD0 is #86652F. Grayscale: #969696. Windows color (decimal): -8807728 or 13671033. OLE color: 13671033.

HSL color Cylindrical-coordinate representation of color #799AD0: hue angle of 217.24º degrees, saturation: 0.48, 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 #799AD0 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 154 208 -
CMYK 0.42 0.26 0 0.18
HSL 217.24º 0.48% 0.65% -
HSV(B) 217.24º 0.42% 0.82% -
XYZ 30.83 31.73 64.17 -
YUV 150.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 121 154 208 0.42 0.26 0 0.18 217.24 0.48 0.65
Hex 79 9A D0 2A 1A 0 12 D9 30 41
Octal 171 232 320 52 32 0 22 331 60 101
Binary 1111001 10011010 11010000 101010 11010 0 10010 11011001 110000 1000001

Color Harmonies of #799AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AD0

Black with #799AD0

Text Example


Text Example

White with #799AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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