#8CA0FB

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

Shades of Portage #8CA0FB

Tints of Portage #8CA0FB

Color information

#8CA0FB (or 0x8CA0FB) is unknown color: approx Portage. HEX triplet: 8C, A0 and FB. RGB value is (140,160,251). Sum of RGB (Red+Green+Blue) = 140+160+251=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CA0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA0FB is #735F04. Grayscale: #A4A4A4. Windows color (decimal): -7560965 or 16490636. OLE color: 16490636.

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

Color convert

RGB140160251-
CMYK0.440.3600.02
HSL229.19º93.28%76.67%-
HSV(B)229.19º44.22%98.43%-
XYZ40.837.6896.39-
YUV164.39176.87110.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.41%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=25.41%
G=29.04%
B=45.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401602510.440.3600.02229.1993.2876.67
Hex8CA0FB2C2402e55d4d
Octal214240373544402345135115
Binary1000110010100000111110111011001001000101110010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,160,251); }

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

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

 a { background-color: rgb(140,160,251); }

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

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

 span { border-color: rgb(140,160,251); }

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