#8DA5FF

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

Shades of Portage #8DA5FF

Tints of Portage #8DA5FF

Color information

#8DA5FF (or 0x8DA5FF) is unknown color: approx Portage. HEX triplet: 8D, A5 and FF. RGB value is (141,165,255). Sum of RGB (Red+Green+Blue) = 141+165+255=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5FF is #725A00. Grayscale: #A7A7A7. Windows color (decimal): -7494145 or 16754061. OLE color: 16754061.

HSL color Cylindrical-coordinate representation of color #8DA5FF: hue angle of 227.37º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA5FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141165255-
CMYK0.450.3500
HSL227.37º100%77.65%-
HSV(B)227.37º44.71%100%-
XYZ42.4939.79100.05-
YUV168.08177.05108.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 255 (100% from 255) = 45.45%
R=25.13%
G=29.41%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411652550.450.3500227.3710077.65
Hex8DA5FF2D2300e3644e
Octal215245377554300343144116
Binary100011011010010111111111101101100011001110001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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