#8B93C4

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

Shades of Portage #8B93C4

Tints of Portage #8B93C4

Color information

#8B93C4 (or 0x8B93C4) is unknown color: approx Portage. HEX triplet: 8B, 93 and C4. RGB value is (139,147,196). Sum of RGB (Red+Green+Blue) = 139+147+196=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B93C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93C4 is #746C3B. Grayscale: #959595. Windows color (decimal): -7629884 or 12882827. OLE color: 12882827.

HSL color Cylindrical-coordinate representation of color #8B93C4: hue angle of 231.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B93C4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139147196-
CMYK0.290.2500.23
HSL231.58º32.57%65.69%-
HSV(B)231.58º29.08%76.86%-
XYZ31.0430.3456.44-
YUV150.19153.85120.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=28.84%
G=30.50%
B=40.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391471960.290.2500.23231.5832.5765.69
Hex8B93C41D19017e82142
Octal213223304353102735041102
Binary1000101110010011110001001110111001010111111010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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