#7C9AC1

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

Shades of Polo Blue #7C9AC1

Tints of Polo Blue #7C9AC1

Color information

#7C9AC1 (or 0x7C9AC1) is unknown color: approx Polo Blue. HEX triplet: 7C, 9A and C1. RGB value is (124,154,193). Sum of RGB (Red+Green+Blue) = 124+154+193=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C9AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9AC1 is #83653E. Grayscale: #959595. Windows color (decimal): -8611135 or 12687996. OLE color: 12687996.

HSL color Cylindrical-coordinate representation of color #7C9AC1: hue angle of 213.91º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C9AC1 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124154193-
CMYK0.360.2000.24
HSL213.91º35.75%62.16%-
HSV(B)213.91º35.75%75.69%-
XYZ29.4931.2554.93-
YUV149.48152.56109.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=26.33%
G=32.70%
B=40.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241541930.360.2000.24213.9135.7562.16
Hex7C9AC12414018d6243e
Octal17423230144240303264476
Binary111110010011010110000011001001010001100011010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9AC1; }

 p { color: rgb(124,154,193); }

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

<style>
 a { background-color: #7C9AC1; }

 a { background-color: rgb(124,154,193); }

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

<style>
 span { border-color: #7C9AC1; }

 span { border-color: rgb(124,154,193); }

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