#8B93C9

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

Shades of Portage #8B93C9

Tints of Portage #8B93C9

Color information

#8B93C9 (or 0x8B93C9) is unknown color: approx Portage. HEX triplet: 8B, 93 and C9. RGB value is (139,147,201). Sum of RGB (Red+Green+Blue) = 139+147+201=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93C9 is #746C36. Grayscale: #969696. Windows color (decimal): -7629879 or 13210507. OLE color: 13210507.

HSL color Cylindrical-coordinate representation of color #8B93C9: hue angle of 232.26º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B93C9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139147201-
CMYK0.310.2700.21
HSL232.26º36.47%66.67%-
HSV(B)232.26º30.85%78.82%-
XYZ31.6230.5759.49-
YUV150.76156.35119.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=28.54%
G=30.18%
B=41.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391472010.310.2700.21232.2636.4766.67
Hex8B93C91F1B015e82443
Octal213223311373302535044103
Binary1000101110010011110010011111111011010101111010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,201); }

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

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

 a { background-color: rgb(139,147,201); }

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

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

 span { border-color: rgb(139,147,201); }

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