#8CA5F3

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

Shades of Portage #8CA5F3

Tints of Portage #8CA5F3

Color information

#8CA5F3 (or 0x8CA5F3) is unknown color: approx Portage. HEX triplet: 8C, A5 and F3. RGB value is (140,165,243). Sum of RGB (Red+Green+Blue) = 140+165+243=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #8CA5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA5F3 is #735A0C. Grayscale: #A6A6A6. Windows color (decimal): -7559693 or 15967628. OLE color: 15967628.

HSL color Cylindrical-coordinate representation of color #8CA5F3: hue angle of 225.44º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CA5F3 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140165243-
CMYK0.420.3200.05
HSL225.44º81.1%75.1%-
HSV(B)225.44º42.39%95.29%-
XYZ40.4538.9690.18-
YUV166.42171.22109.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=25.55%
G=30.11%
B=44.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401652430.420.3200.05225.4481.175.1
Hex8CA5F32A2005e1514b
Octal214245363524005341121113
Binary10001100101001011111001110101010000001011110000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,165,243); }

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

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

 a { background-color: rgb(140,165,243); }

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

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

 span { border-color: rgb(140,165,243); }

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