Html Css Color HEX #789DCC Polo Blue

📋 copy color: '#789DCC'

red 120 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #789DCC

Tints of Polo Blue #789DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

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

R = 24.95%
G = 32.64%
B = 42.41%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#789DCC (or 0x789DCC) is known color: Polo Blue. HEX triplet: 78, 9D and CC. RGB value is (120,157,204). Sum of RGB (Red+Green+Blue) = 120+157+204=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #789DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DCC is #876233. Grayscale: #979797. Windows color (decimal): -8872500 or 13409656. OLE color: 13409656.

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

Color convert

RGB 120 157 204 -
CMYK 0.41 0.23 0 0.2
HSL 213.57º 0.45% 0.64% -
HSV(B) 213.57º 0.41% 0.8% -
XYZ 30.7 32.47 61.78 -
YUV 151.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 120 157 204 0.41 0.23 0 0.2 213.57 0.45 0.64
Hex 78 9D CC 29 17 0 14 D6 2D 40
Octal 170 235 314 51 27 0 24 326 55 100
Binary 1111000 10011101 11001100 101001 10111 0 10100 11010110 101101 1000000

Color Harmonies of #789DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DCC

Black with #789DCC

Text Example


Text Example

White with #789DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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