Html Css Color HEX #7799CE Polo Blue

📋 copy color: '#7799CE'

red 119 ◦ green 153 ◦ blue 206

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

Shades of Polo Blue #7799CE

Tints of Polo Blue #7799CE

RGB

 RED value IS 119 (46.88% from 255) = 24.9%

 GREEN value IS 153 (60.16% from 255) = 32.01%

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

R = 24.9%
G = 32.01%
B = 43.1%

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

#7799CE (or 0x7799CE) is known color: Polo Blue. HEX triplet: 77, 99 and CE. RGB value is (119,153,206). Sum of RGB (Red+Green+Blue) = 119+153+206=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #7799CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799CE is #886631. Grayscale: #949494. Windows color (decimal): -8939058 or 13539703. OLE color: 13539703.

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

Color convert

RGB 119 153 206 -
CMYK 0.42 0.26 0 0.19
HSL 216.55º 0.47% 0.64% -
HSV(B) 216.55º 0.42% 0.81% -
XYZ 30.14 31.16 62.82 -
YUV 148.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 119 153 206 0.42 0.26 0 0.19 216.55 0.47 0.64
Hex 77 99 CE 2A 1A 0 13 D9 2F 40
Octal 167 231 316 52 32 0 23 331 57 100
Binary 1110111 10011001 11001110 101010 11010 0 10011 11011001 101111 1000000

Color Harmonies of #7799CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799CE

Black with #7799CE

Text Example


Text Example

White with #7799CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7799CE; }

 p { color: rgb(119,153,206); }

 H1.HeaderClassName
 {
   color: #7799CE;
 }
 .AnyTagClassName
 {
   color: #7799CE;
 }
</style>

background-color css

<style>
 a { background-color: #7799CE; }

 a { background-color: rgb(119,153,206); }

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

border-color css

<style>
 span { border-color: #7799CE; }

 span { border-color: rgb(119,153,206); }

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