Html Css Color HEX #7CA0CE Polo Blue

📋 copy color: '#7CA0CE'

red 124 ◦ green 160 ◦ blue 206

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

Shades of Polo Blue #7CA0CE

Tints of Polo Blue #7CA0CE

RGB

 RED value IS 124 (48.83% from 255) = 25.31%

 GREEN value IS 160 (62.89% from 255) = 32.65%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 25.31%
G = 32.65%
B = 42.04%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CA0CE (or 0x7CA0CE) is known color: Polo Blue. HEX triplet: 7C, A0 and CE. RGB value is (124,160,206). Sum of RGB (Red+Green+Blue) = 124+160+206=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0CE is #835F31. Grayscale: #9A9A9A. Windows color (decimal): -8609586 or 13541500. OLE color: 13541500.

HSL color Cylindrical-coordinate representation of color #7CA0CE: hue angle of 213.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CA0CE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 160 206 -
CMYK 0.40 0.22 0 0.19
HSL 213.66º 0.46% 0.65% -
HSV(B) 213.66º 0.4% 0.81% -
XYZ 32.02 33.88 63.24 -
YUV 154.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 124 160 206 0.40 0.22 0 0.19 213.66 0.46 0.65
Hex 7C A0 CE 28 16 0 13 D6 2E 41
Octal 174 240 316 50 26 0 23 326 56 101
Binary 1111100 10100000 11001110 101000 10110 0 10011 11010110 101110 1000001

Color Harmonies of #7CA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA0CE

Black with #7CA0CE

Text Example


Text Example

White with #7CA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA0CE; }

 p { color: rgb(124,160,206); }

 H1.HeaderClassName
 {
   color: #7CA0CE;
 }
 .AnyTagClassName
 {
   color: #7CA0CE;
 }
</style>

background-color css

<style>
 a { background-color: #7CA0CE; }

 a { background-color: rgb(124,160,206); }

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

border-color css

<style>
 span { border-color: #7CA0CE; }

 span { border-color: rgb(124,160,206); }

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