#7C9ACA

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

Shades of Polo Blue #7C9ACA

Tints of Polo Blue #7C9ACA

Color information

#7C9ACA (or 0x7C9ACA) is unknown color: approx Polo Blue. HEX triplet: 7C, 9A and CA. RGB value is (124,154,202). Sum of RGB (Red+Green+Blue) = 124+154+202=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ACA is #836535. Grayscale: #969696. Windows color (decimal): -8611126 or 13277820. OLE color: 13277820.

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

Color convert

RGB124154202-
CMYK0.390.2400.21
HSL216.92º42.39%63.92%-
HSV(B)216.92º38.61%79.22%-
XYZ30.5331.6660.38-
YUV150.5157.06109.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=25.83%
G=32.08%
B=42.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241542020.390.2400.21216.9242.3963.92
Hex7C9ACA2718015d92a40
Octal174232312473002533152100
Binary1111100100110101100101010011111000010101110110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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