Html Css Color HEX #789BCF Polo Blue

📋 copy color: '#789BCF'

red 120 ◦ green 155 ◦ blue 207

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

Shades of Polo Blue #789BCF

Tints of Polo Blue #789BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 24.9%
G = 32.16%
B = 42.95%

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

#789BCF (or 0x789BCF) is known color: Polo Blue. HEX triplet: 78, 9B and CF. RGB value is (120,155,207). Sum of RGB (Red+Green+Blue) = 120+155+207=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #789BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BCF is #876430. Grayscale: #969696. Windows color (decimal): -8873009 or 13605752. OLE color: 13605752.

HSL color Cylindrical-coordinate representation of color #789BCF: hue angle of 215.86º degrees, saturation: 0.48, 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 #789BCF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 155 207 -
CMYK 0.42 0.25 0 0.19
HSL 215.86º 0.48% 0.64% -
HSV(B) 215.86º 0.42% 0.81% -
XYZ 30.73 31.94 63.58 -
YUV 150.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 120 155 207 0.42 0.25 0 0.19 215.86 0.48 0.64
Hex 78 9B CF 2A 19 0 13 D8 30 40
Octal 170 233 317 52 31 0 23 330 60 100
Binary 1111000 10011011 11001111 101010 11001 0 10011 11011000 110000 1000000

Color Harmonies of #789BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BCF

Black with #789BCF

Text Example


Text Example

White with #789BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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