Html Css Color HEX #789AC9 Polo Blue

📋 copy color: '#789AC9'

red 120 ◦ green 154 ◦ blue 201

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

Shades of Polo Blue #789AC9

Tints of Polo Blue #789AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 25.26%
G = 32.42%
B = 42.32%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#789AC9 (or 0x789AC9) is known color: Polo Blue. HEX triplet: 78, 9A and C9. RGB value is (120,154,201). Sum of RGB (Red+Green+Blue) = 120+154+201=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #789AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC9 is #876536. Grayscale: #949494. Windows color (decimal): -8873271 or 13212280. OLE color: 13212280.

HSL color Cylindrical-coordinate representation of color #789AC9: hue angle of 214.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #789AC9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 154 201 -
CMYK 0.40 0.23 0 0.21
HSL 214.81º 0.43% 0.63% -
HSV(B) 214.81º 0.4% 0.79% -
XYZ 29.84 31.32 59.73 -
YUV 149.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 120 154 201 0.40 0.23 0 0.21 214.81 0.43 0.63
Hex 78 9A C9 28 17 0 15 D7 2B 3F
Octal 170 232 311 50 27 0 25 327 53 77
Binary 1111000 10011010 11001001 101000 10111 0 10101 11010111 101011 111111

Color Harmonies of #789AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AC9

Black with #789AC9

Text Example


Text Example

White with #789AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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