Html Css Color HEX #799DCE Polo Blue

📋 copy color: '#799DCE'

red 121 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #799DCE

Tints of Polo Blue #799DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 25%
G = 32.44%
B = 42.56%

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

#799DCE (or 0x799DCE) is known color: Polo Blue. HEX triplet: 79, 9D and CE. RGB value is (121,157,206). Sum of RGB (Red+Green+Blue) = 121+157+206=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #799DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DCE is #866231. Grayscale: #979797. Windows color (decimal): -8806962 or 13540729. OLE color: 13540729.

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

Color convert

RGB 121 157 206 -
CMYK 0.41 0.24 0 0.19
HSL 214.59º 0.46% 0.64% -
HSV(B) 214.59º 0.41% 0.81% -
XYZ 31.08 32.64 63.05 -
YUV 151.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 121 157 206 0.41 0.24 0 0.19 214.59 0.46 0.64
Hex 79 9D CE 29 18 0 13 D7 2E 40
Octal 171 235 316 51 30 0 23 327 56 100
Binary 1111001 10011101 11001110 101001 11000 0 10011 11010111 101110 1000000

Color Harmonies of #799DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DCE

Black with #799DCE

Text Example


Text Example

White with #799DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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