Html Css Color HEX #789ACE Polo Blue

📋 copy color: '#789ACE'

red 120 ◦ green 154 ◦ blue 206

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

Shades of Polo Blue #789ACE

Tints of Polo Blue #789ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 25%
G = 32.08%
B = 42.92%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#789ACE (or 0x789ACE) is known color: Polo Blue. HEX triplet: 78, 9A and CE. RGB value is (120,154,206). Sum of RGB (Red+Green+Blue) = 120+154+206=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #789ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ACE is #876531. Grayscale: #959595. Windows color (decimal): -8873266 or 13539960. OLE color: 13539960.

HSL color Cylindrical-coordinate representation of color #789ACE: hue angle of 216.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #789ACE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 154 206 -
CMYK 0.42 0.25 0 0.19
HSL 216.28º 0.47% 0.64% -
HSV(B) 216.28º 0.42% 0.81% -
XYZ 30.44 31.56 62.88 -
YUV 149.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 120 154 206 0.42 0.25 0 0.19 216.28 0.47 0.64
Hex 78 9A CE 2A 19 0 13 D8 2F 40
Octal 170 232 316 52 31 0 23 330 57 100
Binary 1111000 10011010 11001110 101010 11001 0 10011 11011000 101111 1000000

Color Harmonies of #789ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ACE

Black with #789ACE

Text Example


Text Example

White with #789ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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