#789FCB

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

Shades of Polo Blue #789FCB

Tints of Polo Blue #789FCB

Color information

#789FCB (or 0x789FCB) is unknown color: approx Polo Blue. HEX triplet: 78, 9F and CB. RGB value is (120,159,203). Sum of RGB (Red+Green+Blue) = 120+159+203=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #789FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FCB is #876034. Grayscale: #989898. Windows color (decimal): -8871989 or 13344632. OLE color: 13344632.

HSL color Cylindrical-coordinate representation of color #789FCB: hue angle of 211.81º 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 #789FCB is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120159203-
CMYK0.410.2200.20
HSL211.81º44.39%63.33%-
HSV(B)211.81º40.89%79.61%-
XYZ30.9233.161.26-
YUV152.35156.58104.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=24.90%
G=32.99%
B=42.12%

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
Decimal1201592030.410.2200.20211.8144.3963.33
Hex789FCB2916014d42c3f
Octal17023731351260243245477
Binary111100010011111110010111010011011001010011010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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