#8DA4FB

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

Shades of Portage #8DA4FB

Tints of Portage #8DA4FB

Color information

#8DA4FB (or 0x8DA4FB) is unknown color: approx Portage. HEX triplet: 8D, A4 and FB. RGB value is (141,164,251). Sum of RGB (Red+Green+Blue) = 141+164+251=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA4FB is #725B04. Grayscale: #A6A6A6. Windows color (decimal): -7494405 or 16491661. OLE color: 16491661.

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

Color convert

RGB141164251-
CMYK0.440.3500.02
HSL227.45º93.22%76.86%-
HSV(B)227.45º43.82%98.43%-
XYZ41.6739.1896.63-
YUV167.04175.38109.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=25.36%
G=29.50%
B=45.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411642510.440.3500.02227.4593.2276.86
Hex8DA4FB2C2302e35d4d
Octal215244373544302343135115
Binary1000110110100100111110111011001000110101110001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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