Html Css Color HEX #789DBF Polo Blue

📋 copy color: '#789DBF'

red 120 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #789DBF

Tints of Polo Blue #789DBF

RGB

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

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

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

R = 25.64%
G = 33.55%
B = 40.81%

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

#789DBF (or 0x789DBF) is known color: Polo Blue. HEX triplet: 78, 9D and BF. RGB value is (120,157,191). Sum of RGB (Red+Green+Blue) = 120+157+191=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #789DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DBF is #876240. Grayscale: #959595. Windows color (decimal): -8872513 or 12557688. OLE color: 12557688.

HSL color Cylindrical-coordinate representation of color #789DBF: hue angle of 208.73º 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 #789DBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 157 191 -
CMYK 0.37 0.18 0 0.25
HSL 208.73º 0.36% 0.61% -
HSV(B) 208.73º 0.37% 0.75% -
XYZ 29.21 31.87 53.9 -
YUV 149.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 120 157 191 0.37 0.18 0 0.25 208.73 0.36 0.61
Hex 78 9D BF 25 12 0 19 D1 24 3D
Octal 170 235 277 45 22 0 31 321 44 75
Binary 1111000 10011101 10111111 100101 10010 0 11001 11010001 100100 111101

Color Harmonies of #789DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DBF

Black with #789DBF

Text Example


Text Example

White with #789DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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