Html Css Color HEX #799CCC Polo Blue

📋 copy color: '#799CCC'

red 121 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #799CCC

Tints of Polo Blue #799CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 25.16%
G = 32.43%
B = 42.41%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#799CCC (or 0x799CCC) is known color: Polo Blue. HEX triplet: 79, 9C and CC. RGB value is (121,156,204). Sum of RGB (Red+Green+Blue) = 121+156+204=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #799CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCC is #866333. Grayscale: #969696. Windows color (decimal): -8807220 or 13409401. OLE color: 13409401.

HSL color Cylindrical-coordinate representation of color #799CCC: hue angle of 214.7º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799CCC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 156 204 -
CMYK 0.41 0.24 0 0.2
HSL 214.7º 0.45% 0.64% -
HSV(B) 214.7º 0.41% 0.8% -
XYZ 30.67 32.2 61.73 -
YUV 151.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 121 156 204 0.41 0.24 0 0.2 214.7 0.45 0.64
Hex 79 9C CC 29 18 0 14 D7 2D 40
Octal 171 234 314 51 30 0 24 327 55 100
Binary 1111001 10011100 11001100 101001 11000 0 10100 11010111 101101 1000000

Color Harmonies of #799CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CCC

Black with #799CCC

Text Example


Text Example

White with #799CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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