Html Css Color HEX #789BC1 Polo Blue

📋 copy color: '#789BC1'

red 120 ◦ green 155 ◦ blue 193

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

Shades of Polo Blue #789BC1

Tints of Polo Blue #789BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 25.64%
G = 33.12%
B = 41.24%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#789BC1 (or 0x789BC1) is known color: Polo Blue. HEX triplet: 78, 9B and C1. RGB value is (120,155,193). Sum of RGB (Red+Green+Blue) = 120+155+193=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #789BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC1 is #87643E. Grayscale: #949494. Windows color (decimal): -8873023 or 12688248. OLE color: 12688248.

HSL color Cylindrical-coordinate representation of color #789BC1: hue angle of 211.23º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789BC1 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 155 193 -
CMYK 0.38 0.20 0 0.24
HSL 211.23º 0.37% 0.61% -
HSV(B) 211.23º 0.38% 0.76% -
XYZ 29.09 31.29 54.96 -
YUV 148.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 120 155 193 0.38 0.20 0 0.24 211.23 0.37 0.61
Hex 78 9B C1 26 14 0 18 D3 25 3D
Octal 170 233 301 46 24 0 30 323 45 75
Binary 1111000 10011011 11000001 100110 10100 0 11000 11010011 100101 111101

Color Harmonies of #789BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BC1

Black with #789BC1

Text Example


Text Example

White with #789BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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