#7B9DBD

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

Shades of Polo Blue #7B9DBD

Tints of Polo Blue #7B9DBD

Color information

#7B9DBD (or 0x7B9DBD) is unknown color: approx Polo Blue. HEX triplet: 7B, 9D and BD. RGB value is (123,157,189). Sum of RGB (Red+Green+Blue) = 123+157+189=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B9DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DBD is #846242. Grayscale: #969696. Windows color (decimal): -8675907 or 12426619. OLE color: 12426619.

HSL color Cylindrical-coordinate representation of color #7B9DBD: hue angle of 209.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B9DBD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123157189-
CMYK0.350.1700.26
HSL209.09º33.33%61.18%-
HSV(B)209.09º34.92%74.12%-
XYZ29.413252.77-
YUV150.48149.74108.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=26.23%
G=33.48%
B=40.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231571890.350.1700.26209.0933.3361.18
Hex7B9DBD231101Ad1213d
Octal17323527543210323214175
Binary111101110011101101111011000111000101101011010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,189); }

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

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

 a { background-color: rgb(123,157,189); }

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

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

 span { border-color: rgb(123,157,189); }

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