Html Css Color HEX #789ECC Polo Blue

📋 copy color: '#789ECC'

red 120 ◦ green 158 ◦ blue 204

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

Shades of Polo Blue #789ECC

Tints of Polo Blue #789ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 24.9%
G = 32.78%
B = 42.32%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#789ECC (or 0x789ECC) is known color: Polo Blue. HEX triplet: 78, 9E and CC. RGB value is (120,158,204). Sum of RGB (Red+Green+Blue) = 120+158+204=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #789ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ECC is #876133. Grayscale: #979797. Windows color (decimal): -8872244 or 13409912. OLE color: 13409912.

HSL color Cylindrical-coordinate representation of color #789ECC: hue angle of 212.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789ECC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 158 204 -
CMYK 0.41 0.23 0 0.2
HSL 212.86º 0.45% 0.64% -
HSV(B) 212.86º 0.41% 0.8% -
XYZ 30.87 32.81 61.83 -
YUV 151.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 120 158 204 0.41 0.23 0 0.2 212.86 0.45 0.64
Hex 78 9E CC 29 17 0 14 D5 2D 40
Octal 170 236 314 51 27 0 24 325 55 100
Binary 1111000 10011110 11001100 101001 10111 0 10100 11010101 101101 1000000

Color Harmonies of #789ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ECC

Black with #789ECC

Text Example


Text Example

White with #789ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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