#8299C1

Color #8299C1 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8299C1

Tints of Polo Blue #8299C1

Color information

#8299C1 (or 0x8299C1) is unknown color: approx Polo Blue. HEX triplet: 82, 99 and C1. RGB value is (130,153,193). Sum of RGB (Red+Green+Blue) = 130+153+193=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #8299C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299C1 is #7D663E. Grayscale: #969696. Windows color (decimal): -8218175 or 12687746. OLE color: 12687746.

HSL color Cylindrical-coordinate representation of color #8299C1: hue angle of 218.1º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8299C1 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130153193-
CMYK0.330.2100.24
HSL218.1º33.69%63.33%-
HSV(B)218.1º32.64%75.69%-
XYZ30.2231.3854.92-
YUV150.68151.88113.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=27.31%
G=32.14%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301531930.330.2100.24218.133.6963.33
Hex8299C12115018da223f
Octal20223130141250303324277
Binary1000001010011001110000011000011010101100011011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8299C1; }

 p { color: rgb(130,153,193); }

 H1.HeaderClassName
 {
   color: #8299C1;
 }
 .AnyTagClassName
 {
   color: #8299C1;
 }
</style>
background-color css

<style>
 a { background-color: #8299C1; }

 a { background-color: rgb(130,153,193); }

 div.DivClassName
 {
   background-color: #8299C1;
 }
 .BgClassName
 {
   background-color: #8299C1;
 }
</style>
border-color css

<style>
 span { border-color: #8299C1; }

 span { border-color: rgb(130,153,193); }

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