#7F9CBE

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

Shades of Polo Blue #7F9CBE

Tints of Polo Blue #7F9CBE

Color information

#7F9CBE (or 0x7F9CBE) is unknown color: approx Polo Blue. HEX triplet: 7F, 9C and BE. RGB value is (127,156,190). Sum of RGB (Red+Green+Blue) = 127+156+190=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CBE is #806341. Grayscale: #979797. Windows color (decimal): -8414018 or 12491903. OLE color: 12491903.

HSL color Cylindrical-coordinate representation of color #7F9CBE: hue angle of 212.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F9CBE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127156190-
CMYK0.330.1800.25
HSL212.38º32.64%62.16%-
HSV(B)212.38º33.16%74.51%-
XYZ29.9432.0153.32-
YUV151.2149.89110.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=26.85%
G=32.98%
B=40.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271561900.330.1800.25212.3832.6462.16
Hex7F9CBE2112019d4213e
Octal17723427641220313244176
Binary111111110011100101111101000011001001100111010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,190); }

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

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

 a { background-color: rgb(127,156,190); }

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

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

 span { border-color: rgb(127,156,190); }

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