Html Css Color HEX #7CA5CF Polo Blue

📋 copy color: '#7CA5CF'

red 124 ◦ green 165 ◦ blue 207

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

Shades of Polo Blue #7CA5CF

Tints of Polo Blue #7CA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.27%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 25%
G = 33.27%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CA5CF (or 0x7CA5CF) is known color: Polo Blue. HEX triplet: 7C, A5 and CF. RGB value is (124,165,207). Sum of RGB (Red+Green+Blue) = 124+165+207=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CA5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5CF is #835A30. Grayscale: #9D9D9D. Windows color (decimal): -8608305 or 13608316. OLE color: 13608316.

HSL color Cylindrical-coordinate representation of color #7CA5CF: hue angle of 210.36º 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 #7CA5CF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 165 207 -
CMYK 0.40 0.20 0 0.19
HSL 210.36º 0.46% 0.65% -
HSV(B) 210.36º 0.4% 0.81% -
XYZ 33.03 35.7 64.18 -
YUV 157.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 124 165 207 0.40 0.20 0 0.19 210.36 0.46 0.65
Hex 7C A5 CF 28 14 0 13 D2 2E 41
Octal 174 245 317 50 24 0 23 322 56 101
Binary 1111100 10100101 11001111 101000 10100 0 10011 11010010 101110 1000001

Color Harmonies of #7CA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA5CF

Black with #7CA5CF

Text Example


Text Example

White with #7CA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,207); }

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

background-color css

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

 a { background-color: rgb(124,165,207); }

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

border-color css

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

 span { border-color: rgb(124,165,207); }

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