Html Css Color HEX #7CABCF Polo Blue

📋 copy color: '#7CABCF'

red 124 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #7CABCF

Tints of Polo Blue #7CABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

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

R = 24.7%
G = 34.06%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CABCF (or 0x7CABCF) is known color: Polo Blue. HEX triplet: 7C, AB and CF. RGB value is (124,171,207). Sum of RGB (Red+Green+Blue) = 124+171+207=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCF is #835430. Grayscale: #A0A0A0. Windows color (decimal): -8606769 or 13609852. OLE color: 13609852.

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

Color convert

RGB 124 171 207 -
CMYK 0.40 0.17 0 0.19
HSL 206.02º 0.46% 0.65% -
HSV(B) 206.02º 0.4% 0.81% -
XYZ 34.14 37.92 64.55 -
YUV 161.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 124 171 207 0.40 0.17 0 0.19 206.02 0.46 0.65
Hex 7C AB CF 28 11 0 13 CE 2E 41
Octal 174 253 317 50 21 0 23 316 56 101
Binary 1111100 10101011 11001111 101000 10001 0 10011 11001110 101110 1000001

Color Harmonies of #7CABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABCF

Black with #7CABCF

Text Example


Text Example

White with #7CABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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