#7B9CD1

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

Shades of Polo Blue #7B9CD1

Tints of Polo Blue #7B9CD1

Color information

#7B9CD1 (or 0x7B9CD1) is unknown color: approx Polo Blue. HEX triplet: 7B, 9C and D1. RGB value is (123,156,209). Sum of RGB (Red+Green+Blue) = 123+156+209=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B9CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CD1 is #84632E. Grayscale: #979797. Windows color (decimal): -8676143 or 13737083. OLE color: 13737083.

HSL color Cylindrical-coordinate representation of color #7B9CD1: hue angle of 216.98º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B9CD1 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123156209-
CMYK0.410.2500.18
HSL216.98º48.31%65.1%-
HSV(B)216.98º41.15%81.96%-
XYZ31.5732.5964.95-
YUV152.17160.07107.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.20%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=25.20%
G=31.97%
B=42.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1231562090.410.2500.18216.9848.3165.1
Hex7B9CD12919012d93041
Octal173234321513102233160101
Binary1111011100111001101000110100111001010010110110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,156,209); }

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

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

 a { background-color: rgb(123,156,209); }

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

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

 span { border-color: rgb(123,156,209); }

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