#8893FE

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

Shades of Portage #8893FE

Tints of Portage #8893FE

Color information

#8893FE (or 0x8893FE) is unknown color: approx Portage. HEX triplet: 88, 93 and FE. RGB value is (136,147,254). Sum of RGB (Red+Green+Blue) = 136+147+254=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8893FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8893FE is #776C01. Grayscale: #9B9B9B. Windows color (decimal): -7826434 or 16683912. OLE color: 16683912.

HSL color Cylindrical-coordinate representation of color #8893FE: hue angle of 234.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8893FE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136147254-
CMYK0.460.4200.00
HSL234.41º98.33%76.47%-
HSV(B)234.41º46.46%99.61%-
XYZ38.4833.2698.16-
YUV155.91183.36113.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.33%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=25.33%
G=27.37%
B=47.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361472540.460.4200.00234.4198.3376.47
Hex8893FE2E2A00ea624c
Octal210223376565200352142114
Binary100010001001001111111110101110101010001110101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8893FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8893FE; }

 p { color: rgb(136,147,254); }

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

<style>
 a { background-color: #8893FE; }

 a { background-color: rgb(136,147,254); }

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

<style>
 span { border-color: #8893FE; }

 span { border-color: rgb(136,147,254); }

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