Html Css Color HEX #799CCF Polo Blue

📋 copy color: '#799CCF'

red 121 ◦ green 156 ◦ blue 207

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

Shades of Polo Blue #799CCF

Tints of Polo Blue #799CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 25%
G = 32.23%
B = 42.77%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#799CCF (or 0x799CCF) is known color: Polo Blue. HEX triplet: 79, 9C and CF. RGB value is (121,156,207). Sum of RGB (Red+Green+Blue) = 121+156+207=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #799CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCF is #866330. Grayscale: #979797. Windows color (decimal): -8807217 or 13606009. OLE color: 13606009.

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

Color convert

RGB 121 156 207 -
CMYK 0.42 0.25 0 0.19
HSL 215.58º 0.47% 0.64% -
HSV(B) 215.58º 0.42% 0.81% -
XYZ 31.04 32.35 63.64 -
YUV 151.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 121 156 207 0.42 0.25 0 0.19 215.58 0.47 0.64
Hex 79 9C CF 2A 19 0 13 D8 2F 40
Octal 171 234 317 52 31 0 23 330 57 100
Binary 1111001 10011100 11001111 101010 11001 0 10011 11011000 101111 1000000

Color Harmonies of #799CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CCF

Black with #799CCF

Text Example


Text Example

White with #799CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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