#8B93FC

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

Shades of Portage #8B93FC

Tints of Portage #8B93FC

Color information

#8B93FC (or 0x8B93FC) is unknown color: approx Portage. HEX triplet: 8B, 93 and FC. RGB value is (139,147,252). Sum of RGB (Red+Green+Blue) = 139+147+252=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B93FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B93FC is #746C03. Grayscale: #9C9C9C. Windows color (decimal): -7629828 or 16552843. OLE color: 16552843.

HSL color Cylindrical-coordinate representation of color #8B93FC: hue angle of 235.75º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B93FC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139147252-
CMYK0.450.4200.01
HSL235.75º94.96%76.67%-
HSV(B)235.75º44.84%98.82%-
XYZ38.6533.3896.5-
YUV156.58181.85115.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=25.84%
G=27.32%
B=46.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391472520.450.4200.01235.7594.9676.67
Hex8B93FC2D2A01ec5f4d
Octal213223374555201354137115
Binary100010111001001111111100101101101010011110110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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