#8CA3E7

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

Shades of Portage #8CA3E7

Tints of Portage #8CA3E7

Color information

#8CA3E7 (or 0x8CA3E7) is unknown color: approx Portage. HEX triplet: 8C, A3 and E7. RGB value is (140,163,231). Sum of RGB (Red+Green+Blue) = 140+163+231=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CA3E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA3E7 is #735C18. Grayscale: #A3A3A3. Windows color (decimal): -7560217 or 15180684. OLE color: 15180684.

HSL color Cylindrical-coordinate representation of color #8CA3E7: hue angle of 224.84º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA3E7 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140163231-
CMYK0.390.2900.09
HSL224.84º65.47%72.75%-
HSV(B)224.84º39.39%90.59%-
XYZ38.3437.5480.83-
YUV163.88165.88110.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=26.22%
G=30.52%
B=43.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401632310.390.2900.09224.8465.4772.75
Hex8CA3E7271D09e14149
Octal2142433474735011341101111
Binary10001100101000111110011110011111101010011110000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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