#789ECB

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

Shades of Polo Blue #789ECB

Tints of Polo Blue #789ECB

Color information

#789ECB (or 0x789ECB) is unknown color: approx Polo Blue. HEX triplet: 78, 9E and CB. RGB value is (120,158,203). Sum of RGB (Red+Green+Blue) = 120+158+203=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #789ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ECB is #876134. Grayscale: #979797. Windows color (decimal): -8872245 or 13344376. OLE color: 13344376.

HSL color Cylindrical-coordinate representation of color #789ECB: hue angle of 212.53º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789ECB is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120158203-
CMYK0.410.2200.20
HSL212.53º44.39%63.33%-
HSV(B)212.53º40.89%79.61%-
XYZ30.7532.7661.2-
YUV151.77156.91105.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=24.95%
G=32.85%
B=42.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201582030.410.2200.20212.5344.3963.33
Hex789ECB2916014d52c3f
Octal17023631351260243255477
Binary111100010011110110010111010011011001010011010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789ECB; }

 p { color: rgb(120,158,203); }

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

<style>
 a { background-color: #789ECB; }

 a { background-color: rgb(120,158,203); }

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

<style>
 span { border-color: #789ECB; }

 span { border-color: rgb(120,158,203); }

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