Html Css Color HEX #789BCB Polo Blue

📋 copy color: '#789BCB'

red 120 ◦ green 155 ◦ blue 203

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

Shades of Polo Blue #789BCB

Tints of Polo Blue #789BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 25.1%
G = 32.43%
B = 42.47%

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

#789BCB (or 0x789BCB) is known color: Polo Blue. HEX triplet: 78, 9B and CB. RGB value is (120,155,203). Sum of RGB (Red+Green+Blue) = 120+155+203=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #789BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BCB is #876434. Grayscale: #959595. Windows color (decimal): -8873013 or 13343608. OLE color: 13343608.

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

Color convert

RGB 120 155 203 -
CMYK 0.41 0.24 0 0.20
HSL 214.7º 0.44% 0.63% -
HSV(B) 214.7º 0.41% 0.8% -
XYZ 30.25 31.75 61.03 -
YUV 150.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 120 155 203 0.41 0.24 0 0.20 214.7 0.44 0.63
Hex 78 9B CB 29 18 0 14 D7 2C 3F
Octal 170 233 313 51 30 0 24 327 54 77
Binary 1111000 10011011 11001011 101001 11000 0 10100 11010111 101100 111111

Color Harmonies of #789BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BCB

Black with #789BCB

Text Example


Text Example

White with #789BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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