Html Css Color HEX #78A1C8 Polo Blue

📋 copy color: '#78A1C8'

red 120 ◦ green 161 ◦ blue 200

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

Shades of Polo Blue #78A1C8

Tints of Polo Blue #78A1C8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 24.95%
G = 33.47%
B = 41.58%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#78A1C8 (or 0x78A1C8) is known color: Polo Blue. HEX triplet: 78, A1 and C8. RGB value is (120,161,200). Sum of RGB (Red+Green+Blue) = 120+161+200=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #78A1C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1C8 is #875E37. Grayscale: #989898. Windows color (decimal): -8871480 or 13148536. OLE color: 13148536.

HSL color Cylindrical-coordinate representation of color #78A1C8: hue angle of 209.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78A1C8 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 161 200 -
CMYK 0.4 0.19 0 0.22
HSL 209.25º 0.42% 0.63% -
HSV(B) 209.25º 0.4% 0.78% -
XYZ 30.92 33.65 59.51 -
YUV 153.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 120 161 200 0.4 0.19 0 0.22 209.25 0.42 0.63
Hex 78 A1 C8 28 13 0 16 D1 2A 3F
Octal 170 241 310 50 23 0 26 321 52 77
Binary 1111000 10100001 11001000 101000 10011 0 10110 11010001 101010 111111

Color Harmonies of #78A1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1C8

Black with #78A1C8

Text Example


Text Example

White with #78A1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A1C8; }

 p { color: rgb(120,161,200); }

 H1.HeaderClassName
 {
   color: #78A1C8;
 }
 .AnyTagClassName
 {
   color: #78A1C8;
 }
</style>

background-color css

<style>
 a { background-color: #78A1C8; }

 a { background-color: rgb(120,161,200); }

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

border-color css

<style>
 span { border-color: #78A1C8; }

 span { border-color: rgb(120,161,200); }

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