Html Css Color HEX #7799CB Polo Blue

📋 copy color: '#7799CB'

red 119 ◦ green 153 ◦ blue 203

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

Shades of Polo Blue #7799CB

Tints of Polo Blue #7799CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 25.05%
G = 32.21%
B = 42.74%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7799CB (or 0x7799CB) is known color: Polo Blue. HEX triplet: 77, 99 and CB. RGB value is (119,153,203). Sum of RGB (Red+Green+Blue) = 119+153+203=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #7799CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799CB is #886634. Grayscale: #949494. Windows color (decimal): -8939061 or 13343095. OLE color: 13343095.

HSL color Cylindrical-coordinate representation of color #7799CB: hue angle of 215.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7799CB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 153 203 -
CMYK 0.41 0.25 0 0.20
HSL 215.71º 0.45% 0.63% -
HSV(B) 215.71º 0.41% 0.8% -
XYZ 29.78 31.02 60.92 -
YUV 148.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 119 153 203 0.41 0.25 0 0.20 215.71 0.45 0.63
Hex 77 99 CB 29 19 0 14 D8 2D 3F
Octal 167 231 313 51 31 0 24 330 55 77
Binary 1110111 10011001 11001011 101001 11001 0 10100 11011000 101101 111111

Color Harmonies of #7799CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799CB

Black with #7799CB

Text Example


Text Example

White with #7799CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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