#7F98CB

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

Shades of Polo Blue #7F98CB

Tints of Polo Blue #7F98CB

Color information

#7F98CB (or 0x7F98CB) is unknown color: approx Polo Blue. HEX triplet: 7F, 98 and CB. RGB value is (127,152,203). Sum of RGB (Red+Green+Blue) = 127+152+203=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98CB is #806734. Grayscale: #969696. Windows color (decimal): -8415029 or 13342847. OLE color: 13342847.

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

Color convert

RGB127152203-
CMYK0.370.2500.20
HSL220.26º42.22%64.71%-
HSV(B)220.26º37.44%79.61%-
XYZ30.7631.2860.92-
YUV150.34157.72111.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=26.35%
G=31.54%
B=42.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271522030.370.2500.20220.2642.2264.71
Hex7F98CB2519014dc2a41
Octal177230313453102433452101
Binary1111111100110001100101110010111001010100110111001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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