#8D9EEE

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

Shades of Portage #8D9EEE

Tints of Portage #8D9EEE

Color information

#8D9EEE (or 0x8D9EEE) is unknown color: approx Portage. HEX triplet: 8D, 9E and EE. RGB value is (141,158,238). Sum of RGB (Red+Green+Blue) = 141+158+238=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EEE is #726111. Grayscale: #A1A1A1. Windows color (decimal): -7495954 or 15638157. OLE color: 15638157.

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

Color convert

RGB141158238-
CMYK0.410.3400.07
HSL229.48º74.05%74.31%-
HSV(B)229.48º40.76%93.33%-
XYZ38.6436.2985.86-
YUV162.04170.87113-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=26.26%
G=29.42%
B=44.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411582380.410.3400.07229.4874.0574.31
Hex8D9EEE292207e54a4a
Octal215236356514207345112112
Binary10001101100111101110111010100110001001111110010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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