#9093FD

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

Shades of Portage #9093FD

Tints of Portage #9093FD

Color information

#9093FD (or 0x9093FD) is unknown color: approx Portage. HEX triplet: 90, 93 and FD. RGB value is (144,147,253). Sum of RGB (Red+Green+Blue) = 144+147+253=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #9093FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9093FD is #6F6C02. Grayscale: #9D9D9D. Windows color (decimal): -7302147 or 16618384. OLE color: 16618384.

HSL color Cylindrical-coordinate representation of color #9093FD: hue angle of 238.35º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9093FD is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144147253-
CMYK0.430.4200.01
HSL238.35º96.46%77.84%-
HSV(B)238.35º43.08%99.22%-
XYZ39.6633.8997.38-
YUV158.19181.51117.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=26.47%
G=27.02%
B=46.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441472530.430.4200.01238.3596.4677.84
Hex9093FD2B2A01ee604e
Octal220223375535201356140116
Binary100100001001001111111101101011101010011110111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9093FD; }

 p { color: rgb(144,147,253); }

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

<style>
 a { background-color: #9093FD; }

 a { background-color: rgb(144,147,253); }

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

<style>
 span { border-color: #9093FD; }

 span { border-color: rgb(144,147,253); }

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