Html Css Color HEX #789BBE Polo Blue

📋 copy color: '#789BBE'

red 120 ◦ green 155 ◦ blue 190

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

Shades of Polo Blue #789BBE

Tints of Polo Blue #789BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 25.81%
G = 33.33%
B = 40.86%

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

#789BBE (or 0x789BBE) is known color: Polo Blue. HEX triplet: 78, 9B and BE. RGB value is (120,155,190). Sum of RGB (Red+Green+Blue) = 120+155+190=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #789BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BBE is #876441. Grayscale: #949494. Windows color (decimal): -8873026 or 12491640. OLE color: 12491640.

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

Color convert

RGB 120 155 190 -
CMYK 0.37 0.18 0 0.25
HSL 210º 0.35% 0.61% -
HSV(B) 210º 0.37% 0.75% -
XYZ 28.76 31.15 53.21 -
YUV 148.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 120 155 190 0.37 0.18 0 0.25 210 0.35 0.61
Hex 78 9B BE 25 12 0 19 D2 23 3D
Octal 170 233 276 45 22 0 31 322 43 75
Binary 1111000 10011011 10111110 100101 10010 0 11001 11010010 100011 111101

Color Harmonies of #789BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BBE

Black with #789BBE

Text Example


Text Example

White with #789BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,155,190); }

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

background-color css

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

 a { background-color: rgb(120,155,190); }

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

border-color css

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

 span { border-color: rgb(120,155,190); }

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