Html Css Color HEX #789CBF Polo Blue

📋 copy color: '#789CBF'

red 120 ◦ green 156 ◦ blue 191

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

Shades of Polo Blue #789CBF

Tints of Polo Blue #789CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 25.7%
G = 33.4%
B = 40.9%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#789CBF (or 0x789CBF) is known color: Polo Blue. HEX triplet: 78, 9C and BF. RGB value is (120,156,191). Sum of RGB (Red+Green+Blue) = 120+156+191=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #789CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CBF is #876340. Grayscale: #959595. Windows color (decimal): -8872769 or 12557432. OLE color: 12557432.

HSL color Cylindrical-coordinate representation of color #789CBF: hue angle of 209.58º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789CBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 156 191 -
CMYK 0.37 0.18 0 0.25
HSL 209.58º 0.36% 0.61% -
HSV(B) 209.58º 0.37% 0.75% -
XYZ 29.04 31.53 53.85 -
YUV 149.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 120 156 191 0.37 0.18 0 0.25 209.58 0.36 0.61
Hex 78 9C BF 25 12 0 19 D2 24 3D
Octal 170 234 277 45 22 0 31 322 44 75
Binary 1111000 10011100 10111111 100101 10010 0 11001 11010010 100100 111101

Color Harmonies of #789CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CBF

Black with #789CBF

Text Example


Text Example

White with #789CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,156,191); }

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

background-color css

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

 a { background-color: rgb(120,156,191); }

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

border-color css

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

 span { border-color: rgb(120,156,191); }

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