#8B93CF

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

Shades of Portage #8B93CF

Tints of Portage #8B93CF

Color information

#8B93CF (or 0x8B93CF) is unknown color: approx Portage. HEX triplet: 8B, 93 and CF. RGB value is (139,147,207). Sum of RGB (Red+Green+Blue) = 139+147+207=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93CF is #746C30. Grayscale: #979797. Windows color (decimal): -7629873 or 13603723. OLE color: 13603723.

HSL color Cylindrical-coordinate representation of color #8B93CF: hue angle of 232.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B93CF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139147207-
CMYK0.330.2900.19
HSL232.94º41.46%67.84%-
HSV(B)232.94º32.85%81.18%-
XYZ32.3430.8663.28-
YUV151.45159.35119.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=28.19%
G=29.82%
B=41.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391472070.330.2900.19232.9441.4667.84
Hex8B93CF211D013e92944
Octal213223317413502335151104
Binary10001011100100111100111110000111101010011111010011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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