Html Css Color HEX #799ACF Polo Blue

📋 copy color: '#799ACF'

red 121 ◦ green 154 ◦ blue 207

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

Shades of Polo Blue #799ACF

Tints of Polo Blue #799ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 25.1%
G = 31.95%
B = 42.95%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#799ACF (or 0x799ACF) is known color: Polo Blue. HEX triplet: 79, 9A and CF. RGB value is (121,154,207). Sum of RGB (Red+Green+Blue) = 121+154+207=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #799ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ACF is #866530. Grayscale: #959595. Windows color (decimal): -8807729 or 13605497. OLE color: 13605497.

HSL color Cylindrical-coordinate representation of color #799ACF: hue angle of 216.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799ACF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 154 207 -
CMYK 0.42 0.26 0 0.19
HSL 216.98º 0.47% 0.64% -
HSV(B) 216.98º 0.42% 0.81% -
XYZ 30.7 31.68 63.53 -
YUV 150.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 121 154 207 0.42 0.26 0 0.19 216.98 0.47 0.64
Hex 79 9A CF 2A 1A 0 13 D9 2F 40
Octal 171 232 317 52 32 0 23 331 57 100
Binary 1111001 10011010 11001111 101010 11010 0 10011 11011001 101111 1000000

Color Harmonies of #799ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ACF

Black with #799ACF

Text Example


Text Example

White with #799ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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