Html Css Color HEX #789BC3 Polo Blue

📋 copy color: '#789BC3'

red 120 ◦ green 155 ◦ blue 195

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

Shades of Polo Blue #789BC3

Tints of Polo Blue #789BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 25.53%
G = 32.98%
B = 41.49%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#789BC3 (or 0x789BC3) is known color: Polo Blue. HEX triplet: 78, 9B and C3. RGB value is (120,155,195). Sum of RGB (Red+Green+Blue) = 120+155+195=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #789BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC3 is #87643C. Grayscale: #949494. Windows color (decimal): -8873021 or 12819320. OLE color: 12819320.

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

Color convert

RGB 120 155 195 -
CMYK 0.38 0.21 0 0.24
HSL 212º 0.38% 0.62% -
HSV(B) 212º 0.38% 0.76% -
XYZ 29.32 31.38 56.14 -
YUV 149.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 120 155 195 0.38 0.21 0 0.24 212 0.38 0.62
Hex 78 9B C3 26 15 0 18 D4 26 3E
Octal 170 233 303 46 25 0 30 324 46 76
Binary 1111000 10011011 11000011 100110 10101 0 11000 11010100 100110 111110

Color Harmonies of #789BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BC3

Black with #789BC3

Text Example


Text Example

White with #789BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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