#8D9BFF

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

Shades of Portage #8D9BFF

Tints of Portage #8D9BFF

Color information

#8D9BFF (or 0x8D9BFF) is unknown color: approx Portage. HEX triplet: 8D, 9B and FF. RGB value is (141,155,255). Sum of RGB (Red+Green+Blue) = 141+155+255=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BFF is #726400. Grayscale: #A1A1A1. Windows color (decimal): -7496705 or 16751501. OLE color: 16751501.

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

Color convert

RGB141155255-
CMYK0.450.3900
HSL232.63º100%77.65%-
HSV(B)232.63º44.71%100%-
XYZ40.7636.3399.47-
YUV162.21180.36112.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.59%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 255 (100% from 255) = 46.28%
R=25.59%
G=28.13%
B=46.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411552550.450.3900232.6310077.65
Hex8D9BFF2D2700e9644e
Octal215233377554700351144116
Binary100011011001101111111111101101100111001110100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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