Html Css Color HEX #789ECB Polo Blue

📋 copy color: '#789ECB'

red 120 ◦ green 158 ◦ blue 203

#789ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #789ECB

Tints of Polo Blue #789ECB

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.2%

R = 24.95%
G = 32.85%
B = 42.2%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#789ECB (or 0x789ECB) is known color: 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

RGB 120 158 203 -
CMYK 0.41 0.22 0 0.20
HSL 212.53º 0.44% 0.63% -
HSV(B) 212.53º 0.41% 0.8% -
XYZ 30.75 32.76 61.2 -
YUV 151.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 120 158 203 0.41 0.22 0 0.20 212.53 0.44 0.63
Hex 78 9E CB 29 16 0 14 D5 2C 3F
Octal 170 236 313 51 26 0 24 325 54 77
Binary 1111000 10011110 11001011 101001 10110 0 10100 11010101 101100 111111

Color Harmonies of #789ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ECB

Black with #789ECB

Text Example


Text Example

White with #789ECB

Text Example


Text Example

HTML Codes & Css Web 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>