#7C98CD

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

Shades of Polo Blue #7C98CD

Tints of Polo Blue #7C98CD

Color information

#7C98CD (or 0x7C98CD) is unknown color: approx Polo Blue. HEX triplet: 7C, 98 and CD. RGB value is (124,152,205). Sum of RGB (Red+Green+Blue) = 124+152+205=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98CD is #836732. Grayscale: #959595. Windows color (decimal): -8611635 or 13473916. OLE color: 13473916.

HSL color Cylindrical-coordinate representation of color #7C98CD: hue angle of 219.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C98CD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124152205-
CMYK0.400.2600.20
HSL219.26º44.75%64.51%-
HSV(B)219.26º39.51%80.39%-
XYZ30.5631.1562.16-
YUV149.67159.22109.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=25.78%
G=31.60%
B=42.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241522050.400.2600.20219.2644.7564.51
Hex7C98CD281A014db2d41
Octal174230315503202433355101
Binary1111100100110001100110110100011010010100110110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,205); }

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

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

 a { background-color: rgb(124,152,205); }

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

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

 span { border-color: rgb(124,152,205); }

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