#8DA5FB

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

Shades of Portage #8DA5FB

Tints of Portage #8DA5FB

Color information

#8DA5FB (or 0x8DA5FB) is unknown color: approx Portage. HEX triplet: 8D, A5 and FB. RGB value is (141,165,251). Sum of RGB (Red+Green+Blue) = 141+165+251=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5FB is #725A04. Grayscale: #A7A7A7. Windows color (decimal): -7494149 or 16491917. OLE color: 16491917.

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

Color convert

RGB141165251-
CMYK0.440.3400.02
HSL226.91º93.22%76.86%-
HSV(B)226.91º43.82%98.43%-
XYZ41.8539.5496.69-
YUV167.63175.05109.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=25.31%
G=29.62%
B=45.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411652510.440.3400.02226.9193.2276.86
Hex8DA5FB2C2202e35d4d
Octal215245373544202343135115
Binary1000110110100101111110111011001000100101110001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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