#8CA1DF

Color #8CA1DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8CA1DF

Tints of Portage #8CA1DF

Color information

#8CA1DF (or 0x8CA1DF) is unknown color: approx Portage. HEX triplet: 8C, A1 and DF. RGB value is (140,161,223). Sum of RGB (Red+Green+Blue) = 140+161+223=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1DF is #735E20. Grayscale: #A1A1A1. Windows color (decimal): -7560737 or 14655884. OLE color: 14655884.

HSL color Cylindrical-coordinate representation of color #8CA1DF: hue angle of 224.82º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA1DF is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140161223-
CMYK0.370.2800.13
HSL224.82º56.46%71.18%-
HSV(B)224.82º37.22%87.45%-
XYZ36.8836.3974.89-
YUV161.79162.54112.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=26.72%
G=30.73%
B=42.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401612230.370.2800.13224.8256.4671.18
Hex8CA1DF251C0De13847
Octal214241337453401534170107
Binary1000110010100001110111111001011110001101111000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA1DF; }

 p { color: rgb(140,161,223); }

 H1.HeaderClassName
 {
   color: #8CA1DF;
 }
 .AnyTagClassName
 {
   color: #8CA1DF;
 }
</style>
background-color css

<style>
 a { background-color: #8CA1DF; }

 a { background-color: rgb(140,161,223); }

 div.DivClassName
 {
   background-color: #8CA1DF;
 }
 .BgClassName
 {
   background-color: #8CA1DF;
 }
</style>
border-color css

<style>
 span { border-color: #8CA1DF; }

 span { border-color: rgb(140,161,223); }

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