#8CA3FA

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

Shades of Portage #8CA3FA

Tints of Portage #8CA3FA

Color information

#8CA3FA (or 0x8CA3FA) is unknown color: approx Portage. HEX triplet: 8C, A3 and FA. RGB value is (140,163,250). Sum of RGB (Red+Green+Blue) = 140+163+250=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA3FA is #735C05. Grayscale: #A5A5A5. Windows color (decimal): -7560198 or 16425868. OLE color: 16425868.

HSL color Cylindrical-coordinate representation of color #8CA3FA: hue angle of 227.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA3FA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140163250-
CMYK0.440.3500.02
HSL227.45º91.67%76.47%-
HSV(B)227.45º44%98.04%-
XYZ41.1738.6795.74-
YUV166.04175.38109.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=25.32%
G=29.48%
B=45.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401632500.440.3500.02227.4591.6776.47
Hex8CA3FA2C2302e35c4c
Octal214243372544302343134114
Binary1000110010100011111110101011001000110101110001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,250); }

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

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

 a { background-color: rgb(140,163,250); }

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

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

 span { border-color: rgb(140,163,250); }

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