Html Css Color HEX #789BC9 Polo Blue

📋 copy color: '#789BC9'

red 120 ◦ green 155 ◦ blue 201

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

Shades of Polo Blue #789BC9

Tints of Polo Blue #789BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 25.21%
G = 32.56%
B = 42.23%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#789BC9 (or 0x789BC9) is known color: Polo Blue. HEX triplet: 78, 9B and C9. RGB value is (120,155,201). Sum of RGB (Red+Green+Blue) = 120+155+201=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #789BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC9 is #876436. Grayscale: #959595. Windows color (decimal): -8873015 or 13212536. OLE color: 13212536.

HSL color Cylindrical-coordinate representation of color #789BC9: hue angle of 214.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #789BC9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 155 201 -
CMYK 0.40 0.23 0 0.21
HSL 214.07º 0.43% 0.63% -
HSV(B) 214.07º 0.4% 0.79% -
XYZ 30.01 31.65 59.79 -
YUV 149.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 120 155 201 0.40 0.23 0 0.21 214.07 0.43 0.63
Hex 78 9B C9 28 17 0 15 D6 2B 3F
Octal 170 233 311 50 27 0 25 326 53 77
Binary 1111000 10011011 11001001 101000 10111 0 10101 11010110 101011 111111

Color Harmonies of #789BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BC9

Black with #789BC9

Text Example


Text Example

White with #789BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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