#8CA6FD

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

Shades of Portage #8CA6FD

Tints of Portage #8CA6FD

Color information

#8CA6FD (or 0x8CA6FD) is unknown color: approx Portage. HEX triplet: 8C, A6 and FD. RGB value is (140,166,253). Sum of RGB (Red+Green+Blue) = 140+166+253=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA6FD is #735902. Grayscale: #A7A7A7. Windows color (decimal): -7559427 or 16623244. OLE color: 16623244.

HSL color Cylindrical-coordinate representation of color #8CA6FD: hue angle of 226.19º 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 #8CA6FD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140166253-
CMYK0.450.3400.01
HSL226.19º96.58%77.06%-
HSV(B)226.19º44.66%99.22%-
XYZ42.1839.9498.41-
YUV168.14175.89107.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.04%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=25.04%
G=29.70%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401662530.450.3400.01226.1996.5877.06
Hex8CA6FD2D2201e2614d
Octal214246375554201342141115
Binary100011001010011011111101101101100010011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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