Html Css Color HEX #7CA2CC Polo Blue

📋 copy color: '#7CA2CC'

red 124 ◦ green 162 ◦ blue 204

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

Shades of Polo Blue #7CA2CC

Tints of Polo Blue #7CA2CC

RGB

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

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

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

R = 25.31%
G = 33.06%
B = 41.63%

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

#7CA2CC (or 0x7CA2CC) is known color: Polo Blue. HEX triplet: 7C, A2 and CC. RGB value is (124,162,204). Sum of RGB (Red+Green+Blue) = 124+162+204=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2CC is #835D33. Grayscale: #9B9B9B. Windows color (decimal): -8609076 or 13410940. OLE color: 13410940.

HSL color Cylindrical-coordinate representation of color #7CA2CC: hue angle of 211.5º 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 #7CA2CC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 162 204 -
CMYK 0.39 0.21 0 0.2
HSL 211.5º 0.44% 0.64% -
HSV(B) 211.5º 0.39% 0.8% -
XYZ 32.13 34.49 62.09 -
YUV 155.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 124 162 204 0.39 0.21 0 0.2 211.5 0.44 0.64
Hex 7C A2 CC 27 15 0 14 D4 2C 40
Octal 174 242 314 47 25 0 24 324 54 100
Binary 1111100 10100010 11001100 100111 10101 0 10100 11010100 101100 1000000

Color Harmonies of #7CA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA2CC

Black with #7CA2CC

Text Example


Text Example

White with #7CA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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