Html Css Color HEX #789BCD Polo Blue

📋 copy color: '#789BCD'

red 120 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #789BCD

Tints of Polo Blue #789BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 25%
G = 32.29%
B = 42.71%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#789BCD (or 0x789BCD) is known color: Polo Blue. HEX triplet: 78, 9B and CD. RGB value is (120,155,205). Sum of RGB (Red+Green+Blue) = 120+155+205=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #789BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BCD is #876432. Grayscale: #969696. Windows color (decimal): -8873011 or 13474680. OLE color: 13474680.

HSL color Cylindrical-coordinate representation of color #789BCD: hue angle of 215.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789BCD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 155 205 -
CMYK 0.41 0.24 0 0.20
HSL 215.29º 0.46% 0.64% -
HSV(B) 215.29º 0.41% 0.8% -
XYZ 30.49 31.84 62.3 -
YUV 150.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 120 155 205 0.41 0.24 0 0.20 215.29 0.46 0.64
Hex 78 9B CD 29 18 0 14 D7 2E 40
Octal 170 233 315 51 30 0 24 327 56 100
Binary 1111000 10011011 11001101 101001 11000 0 10100 11010111 101110 1000000

Color Harmonies of #789BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BCD

Black with #789BCD

Text Example


Text Example

White with #789BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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