#8DA4FF

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

Shades of Portage #8DA4FF

Tints of Portage #8DA4FF

Color information

#8DA4FF (or 0x8DA4FF) is unknown color: approx Portage. HEX triplet: 8D, A4 and FF. RGB value is (141,164,255). Sum of RGB (Red+Green+Blue) = 141+164+255=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA4FF is #725B00. Grayscale: #A7A7A7. Windows color (decimal): -7494401 or 16753805. OLE color: 16753805.

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

Color convert

RGB141164255-
CMYK0.450.3600
HSL227.89º100%77.65%-
HSV(B)227.89º44.71%100%-
XYZ42.3139.4399.99-
YUV167.5177.38109.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 45.54%
R=25.18%
G=29.29%
B=45.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411642550.450.3600227.8910077.65
Hex8DA4FF2D2400e4644e
Octal215244377554400344144116
Binary100011011010010011111111101101100100001110010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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