Html Css Color HEX #789AC1 Polo Blue

📋 copy color: '#789AC1'

red 120 ◦ green 154 ◦ blue 193

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

Shades of Polo Blue #789AC1

Tints of Polo Blue #789AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 25.7%
G = 32.98%
B = 41.33%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#789AC1 (or 0x789AC1) is known color: Polo Blue. HEX triplet: 78, 9A and C1. RGB value is (120,154,193). Sum of RGB (Red+Green+Blue) = 120+154+193=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #789AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC1 is #87653E. Grayscale: #949494. Windows color (decimal): -8873279 or 12687992. OLE color: 12687992.

HSL color Cylindrical-coordinate representation of color #789AC1: hue angle of 212.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789AC1 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 154 193 -
CMYK 0.38 0.20 0 0.24
HSL 212.05º 0.37% 0.61% -
HSV(B) 212.05º 0.38% 0.76% -
XYZ 28.93 30.95 54.9 -
YUV 148.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 120 154 193 0.38 0.20 0 0.24 212.05 0.37 0.61
Hex 78 9A C1 26 14 0 18 D4 25 3D
Octal 170 232 301 46 24 0 30 324 45 75
Binary 1111000 10011010 11000001 100110 10100 0 11000 11010100 100101 111101

Color Harmonies of #789AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AC1

Black with #789AC1

Text Example


Text Example

White with #789AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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