Html Css Color HEX #789BCE Polo Blue

📋 copy color: '#789BCE'

red 120 ◦ green 155 ◦ blue 206

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

Shades of Polo Blue #789BCE

Tints of Polo Blue #789BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 24.95%
G = 32.22%
B = 42.83%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#789BCE (or 0x789BCE) is known color: Polo Blue. HEX triplet: 78, 9B and CE. RGB value is (120,155,206). Sum of RGB (Red+Green+Blue) = 120+155+206=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #789BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BCE is #876431. Grayscale: #969696. Windows color (decimal): -8873010 or 13540216. OLE color: 13540216.

HSL color Cylindrical-coordinate representation of color #789BCE: hue angle of 215.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #789BCE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 155 206 -
CMYK 0.42 0.25 0 0.19
HSL 215.58º 0.47% 0.64% -
HSV(B) 215.58º 0.42% 0.81% -
XYZ 30.61 31.89 62.94 -
YUV 150.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 120 155 206 0.42 0.25 0 0.19 215.58 0.47 0.64
Hex 78 9B CE 2A 19 0 13 D8 2F 40
Octal 170 233 316 52 31 0 23 330 57 100
Binary 1111000 10011011 11001110 101010 11001 0 10011 11011000 101111 1000000

Color Harmonies of #789BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BCE

Black with #789BCE

Text Example


Text Example

White with #789BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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