Html Css Color HEX #78A4C6 Polo Blue

📋 copy color: '#78A4C6'

red 120 ◦ green 164 ◦ blue 198

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

Shades of Polo Blue #78A4C6

Tints of Polo Blue #78A4C6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 24.9%
G = 34.02%
B = 41.08%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#78A4C6 (or 0x78A4C6) is known color: Polo Blue. HEX triplet: 78, A4 and C6. RGB value is (120,164,198). Sum of RGB (Red+Green+Blue) = 120+164+198=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #78A4C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4C6 is #875B39. Grayscale: #9A9A9A. Windows color (decimal): -8870714 or 13018232. OLE color: 13018232.

HSL color Cylindrical-coordinate representation of color #78A4C6: hue angle of 206.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78A4C6 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 164 198 -
CMYK 0.39 0.17 0 0.22
HSL 206.15º 0.41% 0.62% -
HSV(B) 206.15º 0.39% 0.78% -
XYZ 31.21 34.62 58.46 -
YUV 154.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 120 164 198 0.39 0.17 0 0.22 206.15 0.41 0.62
Hex 78 A4 C6 27 11 0 16 CE 29 3E
Octal 170 244 306 47 21 0 26 316 51 76
Binary 1111000 10100100 11000110 100111 10001 0 10110 11001110 101001 111110

Color Harmonies of #78A4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A4C6

Black with #78A4C6

Text Example


Text Example

White with #78A4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,164,198); }

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

background-color css

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

 a { background-color: rgb(120,164,198); }

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

border-color css

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

 span { border-color: rgb(120,164,198); }

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