#8DA1FB

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

Shades of Portage #8DA1FB

Tints of Portage #8DA1FB

Color information

#8DA1FB (or 0x8DA1FB) is unknown color: approx Portage. HEX triplet: 8D, A1 and FB. RGB value is (141,161,251). Sum of RGB (Red+Green+Blue) = 141+161+251=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA1FB is #725E04. Grayscale: #A4A4A4. Windows color (decimal): -7495173 or 16490893. OLE color: 16490893.

HSL color Cylindrical-coordinate representation of color #8DA1FB: hue angle of 229.09º 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 #8DA1FB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141161251-
CMYK0.440.3600.02
HSL229.09º93.22%76.86%-
HSV(B)229.09º43.82%98.43%-
XYZ41.1438.1296.46-
YUV165.28176.37110.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=25.50%
G=29.11%
B=45.39%

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
Decimal1411612510.440.3600.02229.0993.2276.86
Hex8DA1FB2C2402e55d4d
Octal215241373544402345135115
Binary1000110110100001111110111011001001000101110010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,251); }

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

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

 a { background-color: rgb(141,161,251); }

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

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

 span { border-color: rgb(141,161,251); }

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