Html Css Color HEX #789EC0 Polo Blue

📋 copy color: '#789EC0'

red 120 ◦ green 158 ◦ blue 192

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

Shades of Polo Blue #789EC0

Tints of Polo Blue #789EC0

RGB

 RED value IS 120 (47.27% from 255) = 25.53%

 GREEN value IS 158 (62.11% from 255) = 33.62%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 25.53%
G = 33.62%
B = 40.85%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#789EC0 (or 0x789EC0) is known color: Polo Blue. HEX triplet: 78, 9E and C0. RGB value is (120,158,192). Sum of RGB (Red+Green+Blue) = 120+158+192=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #789EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC0 is #87613F. Grayscale: #969696. Windows color (decimal): -8872256 or 12623480. OLE color: 12623480.

HSL color Cylindrical-coordinate representation of color #789EC0: hue angle of 208.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789EC0 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 158 192 -
CMYK 0.38 0.18 0 0.25
HSL 208.33º 0.36% 0.61% -
HSV(B) 208.33º 0.38% 0.75% -
XYZ 29.49 32.25 54.54 -
YUV 150.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 120 158 192 0.38 0.18 0 0.25 208.33 0.36 0.61
Hex 78 9E C0 26 12 0 19 D0 24 3D
Octal 170 236 300 46 22 0 31 320 44 75
Binary 1111000 10011110 11000000 100110 10010 0 11001 11010000 100100 111101

Color Harmonies of #789EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EC0

Black with #789EC0

Text Example


Text Example

White with #789EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #789EC0;
 }
 .AnyTagClassName
 {
   color: #789EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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