#8A9DED

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

Shades of Portage #8A9DED

Tints of Portage #8A9DED

Color information

#8A9DED (or 0x8A9DED) is unknown color: approx Portage. HEX triplet: 8A, 9D and ED. RGB value is (138,157,237). Sum of RGB (Red+Green+Blue) = 138+157+237=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9DED is #756212. Grayscale: #A0A0A0. Windows color (decimal): -7692819 or 15572362. OLE color: 15572362.

HSL color Cylindrical-coordinate representation of color #8A9DED: hue angle of 228.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9DED is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138157237-
CMYK0.420.3400.07
HSL228.48º73.33%73.53%-
HSV(B)228.48º41.77%92.94%-
XYZ37.8235.6385-
YUV160.44171.21112-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=25.94%
G=29.51%
B=44.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381572370.420.3400.07228.4873.3373.53
Hex8A9DED2A2207e4494a
Octal212235355524207344111112
Binary10001010100111011110110110101010001001111110010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,237); }

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

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

 a { background-color: rgb(138,157,237); }

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

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

 span { border-color: rgb(138,157,237); }

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