#8399C9

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

Shades of Polo Blue #8399C9

Tints of Polo Blue #8399C9

Color information

#8399C9 (or 0x8399C9) is unknown color: approx Polo Blue. HEX triplet: 83, 99 and C9. RGB value is (131,153,201). Sum of RGB (Red+Green+Blue) = 131+153+201=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #8399C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399C9 is #7C6636. Grayscale: #979797. Windows color (decimal): -8152631 or 13212035. OLE color: 13212035.

HSL color Cylindrical-coordinate representation of color #8399C9: hue angle of 221.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8399C9 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131153201-
CMYK0.350.2400.21
HSL221.14º39.33%65.1%-
HSV(B)221.14º34.83%78.82%-
XYZ31.2931.8259.75-
YUV151.89155.71113.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=27.01%
G=31.55%
B=41.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311532010.350.2400.21221.1439.3365.1
Hex8399C92318015dd2741
Octal203231311433002533547101
Binary10000011100110011100100110001111000010101110111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8399C9; }

 p { color: rgb(131,153,201); }

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

<style>
 a { background-color: #8399C9; }

 a { background-color: rgb(131,153,201); }

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

<style>
 span { border-color: #8399C9; }

 span { border-color: rgb(131,153,201); }

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