#7698CB

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

Shades of Polo Blue #7698CB

Tints of Polo Blue #7698CB

Color information

#7698CB (or 0x7698CB) is unknown color: approx Polo Blue. HEX triplet: 76, 98 and CB. RGB value is (118,152,203). Sum of RGB (Red+Green+Blue) = 118+152+203=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #7698CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698CB is #896734. Grayscale: #939393. Windows color (decimal): -9004853 or 13342838. OLE color: 13342838.

HSL color Cylindrical-coordinate representation of color #7698CB: hue angle of 216º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7698CB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118152203-
CMYK0.420.2500.20
HSL216º44.97%62.94%-
HSV(B)216º41.87%79.61%-
XYZ29.4830.6260.86-
YUV147.65159.24106.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=24.95%
G=32.14%
B=42.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181522030.420.2500.2021644.9762.94
Hex7698CB2A19014d82d3f
Octal16623031352310243305577
Binary111011010011000110010111010101100101010011011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7698CB; }

 p { color: rgb(118,152,203); }

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

<style>
 a { background-color: #7698CB; }

 a { background-color: rgb(118,152,203); }

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

<style>
 span { border-color: #7698CB; }

 span { border-color: rgb(118,152,203); }

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