Html Css Color HEX #78A2CA Polo Blue

📋 copy color: '#78A2CA'

red 120 ◦ green 162 ◦ blue 202

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

Shades of Polo Blue #78A2CA

Tints of Polo Blue #78A2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 24.79%
G = 33.47%
B = 41.74%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#78A2CA (or 0x78A2CA) is known color: Polo Blue. HEX triplet: 78, A2 and CA. RGB value is (120,162,202). Sum of RGB (Red+Green+Blue) = 120+162+202=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2CA is #875D35. Grayscale: #999999. Windows color (decimal): -8871222 or 13279864. OLE color: 13279864.

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

Color convert

RGB 120 162 202 -
CMYK 0.41 0.20 0 0.21
HSL 209.27º 0.44% 0.63% -
HSV(B) 209.27º 0.41% 0.79% -
XYZ 31.33 34.1 60.81 -
YUV 154 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 120 162 202 0.41 0.20 0 0.21 209.27 0.44 0.63
Hex 78 A2 CA 29 14 0 15 D1 2C 3F
Octal 170 242 312 51 24 0 25 321 54 77
Binary 1111000 10100010 11001010 101001 10100 0 10101 11010001 101100 111111

Color Harmonies of #78A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A2CA

Black with #78A2CA

Text Example


Text Example

White with #78A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,202); }

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

background-color css

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

 a { background-color: rgb(120,162,202); }

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

border-color css

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

 span { border-color: rgb(120,162,202); }

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