#8D9EFF

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

Shades of Portage #8D9EFF

Tints of Portage #8D9EFF

Color information

#8D9EFF (or 0x8D9EFF) is unknown color: approx Portage. HEX triplet: 8D, 9E and FF. RGB value is (141,158,255). Sum of RGB (Red+Green+Blue) = 141+158+255=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EFF is #726100. Grayscale: #A3A3A3. Windows color (decimal): -7495937 or 16752269. OLE color: 16752269.

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

Color convert

RGB141158255-
CMYK0.450.3800
HSL231.05º100%77.65%-
HSV(B)231.05º44.71%100%-
XYZ41.2637.3499.64-
YUV163.98179.37111.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.45%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 255 (100% from 255) = 46.03%
R=25.45%
G=28.52%
B=46.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411582550.450.3800231.0510077.65
Hex8D9EFF2D2600e7644e
Octal215236377554600347144116
Binary100011011001111011111111101101100110001110011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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