#8B92D8

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

Shades of Portage #8B92D8

Tints of Portage #8B92D8

Color information

#8B92D8 (or 0x8B92D8) is unknown color: approx Portage. HEX triplet: 8B, 92 and D8. RGB value is (139,146,216). Sum of RGB (Red+Green+Blue) = 139+146+216=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B92D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92D8 is #746D27. Grayscale: #979797. Windows color (decimal): -7630120 or 14193291. OLE color: 14193291.

HSL color Cylindrical-coordinate representation of color #8B92D8: hue angle of 234.55º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B92D8 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139146216-
CMYK0.360.3200.15
HSL234.55º49.68%69.61%-
HSV(B)234.55º35.65%84.71%-
XYZ33.323169.19-
YUV151.89164.18118.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=27.74%
G=29.14%
B=43.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391462160.360.3200.15234.5549.6869.61
Hex8B92D824200Feb3246
Octal213222330444001735362106
Binary10001011100100101101100010010010000001111111010111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,216); }

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

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

 a { background-color: rgb(139,146,216); }

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

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

 span { border-color: rgb(139,146,216); }

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