Html Css Color HEX #789ACC Polo Blue

📋 copy color: '#789ACC'

red 120 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #789ACC

Tints of Polo Blue #789ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.22%

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

R = 25.1%
G = 32.22%
B = 42.68%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#789ACC (or 0x789ACC) is known color: Polo Blue. HEX triplet: 78, 9A and CC. RGB value is (120,154,204). Sum of RGB (Red+Green+Blue) = 120+154+204=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #789ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ACC is #876533. Grayscale: #959595. Windows color (decimal): -8873268 or 13408888. OLE color: 13408888.

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

Color convert

RGB 120 154 204 -
CMYK 0.41 0.25 0 0.2
HSL 215.71º 0.45% 0.64% -
HSV(B) 215.71º 0.41% 0.8% -
XYZ 30.2 31.46 61.61 -
YUV 149.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 120 154 204 0.41 0.25 0 0.2 215.71 0.45 0.64
Hex 78 9A CC 29 19 0 14 D8 2D 40
Octal 170 232 314 51 31 0 24 330 55 100
Binary 1111000 10011010 11001100 101001 11001 0 10100 11011000 101101 1000000

Color Harmonies of #789ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ACC

Black with #789ACC

Text Example


Text Example

White with #789ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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