Html Css Color HEX #789FCC Polo Blue

📋 copy color: '#789FCC'

red 120 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #789FCC

Tints of Polo Blue #789FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

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

R = 24.84%
G = 32.92%
B = 42.24%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#789FCC (or 0x789FCC) is known color: Polo Blue. HEX triplet: 78, 9F and CC. RGB value is (120,159,204). Sum of RGB (Red+Green+Blue) = 120+159+204=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #789FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FCC is #876033. Grayscale: #989898. Windows color (decimal): -8871988 or 13410168. OLE color: 13410168.

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

Color convert

RGB 120 159 204 -
CMYK 0.41 0.22 0 0.2
HSL 212.14º 0.45% 0.64% -
HSV(B) 212.14º 0.41% 0.8% -
XYZ 31.04 33.15 61.89 -
YUV 152.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 120 159 204 0.41 0.22 0 0.2 212.14 0.45 0.64
Hex 78 9F CC 29 16 0 14 D4 2D 40
Octal 170 237 314 51 26 0 24 324 55 100
Binary 1111000 10011111 11001100 101001 10110 0 10100 11010100 101101 1000000

Color Harmonies of #789FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FCC

Black with #789FCC

Text Example


Text Example

White with #789FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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