#8CA0FD

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

Shades of Portage #8CA0FD

Tints of Portage #8CA0FD

Color information

#8CA0FD (or 0x8CA0FD) is unknown color: approx Portage. HEX triplet: 8C, A0 and FD. RGB value is (140,160,253). Sum of RGB (Red+Green+Blue) = 140+160+253=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA0FD is #735F02. Grayscale: #A4A4A4. Windows color (decimal): -7560963 or 16621708. OLE color: 16621708.

HSL color Cylindrical-coordinate representation of color #8CA0FD: hue angle of 229.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA0FD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140160253-
CMYK0.450.3700.01
HSL229.38º96.58%77.06%-
HSV(B)229.38º44.66%99.22%-
XYZ41.1237.8198.06-
YUV164.62177.87110.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=25.32%
G=28.93%
B=45.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401602530.450.3700.01229.3896.5877.06
Hex8CA0FD2D2501e5614d
Octal214240375554501345141115
Binary100011001010000011111101101101100101011110010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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