#8C93FE

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

Shades of Portage #8C93FE

Tints of Portage #8C93FE

Color information

#8C93FE (or 0x8C93FE) is unknown color: approx Portage. HEX triplet: 8C, 93 and FE. RGB value is (140,147,254). Sum of RGB (Red+Green+Blue) = 140+147+254=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C93FE is #736C01. Grayscale: #9C9C9C. Windows color (decimal): -7564290 or 16683916. OLE color: 16683916.

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

Color convert

RGB140147254-
CMYK0.450.4200.00
HSL236.32º98.28%77.25%-
HSV(B)236.32º44.88%99.61%-
XYZ39.1433.698.19-
YUV157.1182.68115.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=25.88%
G=27.17%
B=46.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401472540.450.4200.00236.3298.2877.25
Hex8C93FE2D2A00ec624d
Octal214223376555200354142115
Binary100011001001001111111110101101101010001110110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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