Html Css Color HEX #789EC2 Polo Blue

📋 copy color: '#789EC2'

red 120 ◦ green 158 ◦ blue 194

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

Shades of Polo Blue #789EC2

Tints of Polo Blue #789EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 25.42%
G = 33.47%
B = 41.1%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#789EC2 (or 0x789EC2) is known color: Polo Blue. HEX triplet: 78, 9E and C2. RGB value is (120,158,194). Sum of RGB (Red+Green+Blue) = 120+158+194=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #789EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC2 is #87613D. Grayscale: #969696. Windows color (decimal): -8872254 or 12754552. OLE color: 12754552.

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

Color convert

RGB 120 158 194 -
CMYK 0.38 0.19 0 0.24
HSL 209.19º 0.38% 0.62% -
HSV(B) 209.19º 0.38% 0.76% -
XYZ 29.71 32.34 55.72 -
YUV 150.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 120 158 194 0.38 0.19 0 0.24 209.19 0.38 0.62
Hex 78 9E C2 26 13 0 18 D1 26 3E
Octal 170 236 302 46 23 0 30 321 46 76
Binary 1111000 10011110 11000010 100110 10011 0 11000 11010001 100110 111110

Color Harmonies of #789EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EC2

Black with #789EC2

Text Example


Text Example

White with #789EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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