Html Css Color HEX #7CA1CC Polo Blue

📋 copy color: '#7CA1CC'

red 124 ◦ green 161 ◦ blue 204

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

Shades of Polo Blue #7CA1CC

Tints of Polo Blue #7CA1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 25.36%
G = 32.92%
B = 41.72%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CA1CC (or 0x7CA1CC) is known color: Polo Blue. HEX triplet: 7C, A1 and CC. RGB value is (124,161,204). Sum of RGB (Red+Green+Blue) = 124+161+204=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CA1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA1CC is #835E33. Grayscale: #9A9A9A. Windows color (decimal): -8609332 or 13410684. OLE color: 13410684.

HSL color Cylindrical-coordinate representation of color #7CA1CC: hue angle of 212.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CA1CC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 161 204 -
CMYK 0.39 0.21 0 0.2
HSL 212.25º 0.44% 0.64% -
HSV(B) 212.25º 0.39% 0.8% -
XYZ 31.96 34.13 62.03 -
YUV 154.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 124 161 204 0.39 0.21 0 0.2 212.25 0.44 0.64
Hex 7C A1 CC 27 15 0 14 D4 2C 40
Octal 174 241 314 47 25 0 24 324 54 100
Binary 1111100 10100001 11001100 100111 10101 0 10100 11010100 101100 1000000

Color Harmonies of #7CA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA1CC

Black with #7CA1CC

Text Example


Text Example

White with #7CA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,161,204); }

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

background-color css

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

 a { background-color: rgb(124,161,204); }

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

border-color css

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

 span { border-color: rgb(124,161,204); }

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