#9093F1

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

Shades of Portage #9093F1

Tints of Portage #9093F1

Color information

#9093F1 (or 0x9093F1) is unknown color: approx Portage. HEX triplet: 90, 93 and F1. RGB value is (144,147,241). Sum of RGB (Red+Green+Blue) = 144+147+241=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #9093F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9093F1 is #6F6C0E. Grayscale: #9C9C9C. Windows color (decimal): -7302159 or 15831952. OLE color: 15831952.

HSL color Cylindrical-coordinate representation of color #9093F1: hue angle of 238.14º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9093F1 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144147241-
CMYK0.400.3900.05
HSL238.14º77.6%75.49%-
HSV(B)238.14º40.25%94.51%-
XYZ37.8133.1587.62-
YUV156.82175.51118.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 241 (94.53% from 255) = 45.30%
R=27.07%
G=27.63%
B=45.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441472410.400.3900.05238.1477.675.49
Hex9093F1282705ee4e4b
Octal220223361504705356116113
Binary10010000100100111111000110100010011101011110111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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