Html Css Color HEX #789ACD Polo Blue

📋 copy color: '#789ACD'

red 120 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #789ACD

Tints of Polo Blue #789ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 25.05%
G = 32.15%
B = 42.8%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#789ACD (or 0x789ACD) is known color: Polo Blue. HEX triplet: 78, 9A and CD. RGB value is (120,154,205). Sum of RGB (Red+Green+Blue) = 120+154+205=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #789ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ACD is #876532. Grayscale: #959595. Windows color (decimal): -8873267 or 13474424. OLE color: 13474424.

HSL color Cylindrical-coordinate representation of color #789ACD: hue angle of 216º degrees, saturation: 0.46, 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 #789ACD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 154 205 -
CMYK 0.41 0.25 0 0.20
HSL 216º 0.46% 0.64% -
HSV(B) 216º 0.41% 0.8% -
XYZ 30.32 31.51 62.24 -
YUV 149.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 120 154 205 0.41 0.25 0 0.20 216 0.46 0.64
Hex 78 9A CD 29 19 0 14 D8 2E 40
Octal 170 232 315 51 31 0 24 330 56 100
Binary 1111000 10011010 11001101 101001 11001 0 10100 11011000 101110 1000000

Color Harmonies of #789ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ACD

Black with #789ACD

Text Example


Text Example

White with #789ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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