Html Css Color HEX #799CCE Polo Blue

📋 copy color: '#799CCE'

red 121 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #799CCE

Tints of Polo Blue #799CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 25.05%
G = 32.3%
B = 42.65%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#799CCE (or 0x799CCE) is known color: Polo Blue. HEX triplet: 79, 9C and CE. RGB value is (121,156,206). Sum of RGB (Red+Green+Blue) = 121+156+206=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #799CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCE is #866331. Grayscale: #969696. Windows color (decimal): -8807218 or 13540473. OLE color: 13540473.

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

Color convert

RGB 121 156 206 -
CMYK 0.41 0.24 0 0.19
HSL 215.29º 0.46% 0.64% -
HSV(B) 215.29º 0.41% 0.81% -
XYZ 30.91 32.3 63 -
YUV 151.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 121 156 206 0.41 0.24 0 0.19 215.29 0.46 0.64
Hex 79 9C CE 29 18 0 13 D7 2E 40
Octal 171 234 316 51 30 0 23 327 56 100
Binary 1111001 10011100 11001110 101001 11000 0 10011 11010111 101110 1000000

Color Harmonies of #799CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CCE

Black with #799CCE

Text Example


Text Example

White with #799CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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