#7C9BBE

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

Shades of Polo Blue #7C9BBE

Tints of Polo Blue #7C9BBE

Color information

#7C9BBE (or 0x7C9BBE) is unknown color: approx Polo Blue. HEX triplet: 7C, 9B and BE. RGB value is (124,155,190). Sum of RGB (Red+Green+Blue) = 124+155+190=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BBE is #836441. Grayscale: #959595. Windows color (decimal): -8610882 or 12491644. OLE color: 12491644.

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

Color convert

RGB124155190-
CMYK0.350.1800.25
HSL211.82º33.67%61.57%-
HSV(B)211.82º34.74%74.51%-
XYZ29.3331.4553.24-
YUV149.72150.73109.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=26.44%
G=33.05%
B=40.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241551900.350.1800.25211.8233.6761.57
Hex7C9BBE2312019d4223e
Octal17423327643220313244276
Binary111110010011011101111101000111001001100111010100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,155,190); }

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

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

 a { background-color: rgb(124,155,190); }

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

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

 span { border-color: rgb(124,155,190); }

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