Html Css Color HEX #789BC4 Polo Blue

📋 copy color: '#789BC4'

red 120 ◦ green 155 ◦ blue 196

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

Shades of Polo Blue #789BC4

Tints of Polo Blue #789BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 25.48%
G = 32.91%
B = 41.61%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#789BC4 (or 0x789BC4) is known color: Polo Blue. HEX triplet: 78, 9B and C4. RGB value is (120,155,196). Sum of RGB (Red+Green+Blue) = 120+155+196=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #789BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BC4 is #87643B. Grayscale: #959595. Windows color (decimal): -8873020 or 12884856. OLE color: 12884856.

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

Color convert

RGB 120 155 196 -
CMYK 0.39 0.21 0 0.23
HSL 212.37º 0.39% 0.62% -
HSV(B) 212.37º 0.39% 0.77% -
XYZ 29.43 31.42 56.74 -
YUV 149.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 120 155 196 0.39 0.21 0 0.23 212.37 0.39 0.62
Hex 78 9B C4 27 15 0 17 D4 27 3E
Octal 170 233 304 47 25 0 27 324 47 76
Binary 1111000 10011011 11000100 100111 10101 0 10111 11010100 100111 111110

Color Harmonies of #789BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BC4

Black with #789BC4

Text Example


Text Example

White with #789BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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