#9094DF

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

Shades of Portage #9094DF

Tints of Portage #9094DF

Color information

#9094DF (or 0x9094DF) is unknown color: approx Portage. HEX triplet: 90, 94 and DF. RGB value is (144,148,223). Sum of RGB (Red+Green+Blue) = 144+148+223=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9094DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094DF is #6F6B20. Grayscale: #9B9B9B. Windows color (decimal): -7301921 or 14652560. OLE color: 14652560.

HSL color Cylindrical-coordinate representation of color #9094DF: hue angle of 236.96º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9094DF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144148223-
CMYK0.350.3400.13
HSL236.96º55.24%71.96%-
HSV(B)236.96º35.43%87.45%-
XYZ35.4132.4474.21-
YUV155.35166.17119.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=27.96%
G=28.74%
B=43.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441482230.350.3400.13236.9655.2471.96
Hex9094DF23220Ded3748
Octal220224337434201535567110
Binary10010000100101001101111110001110001001101111011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9094DF; }

 p { color: rgb(144,148,223); }

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

<style>
 a { background-color: #9094DF; }

 a { background-color: rgb(144,148,223); }

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

<style>
 span { border-color: #9094DF; }

 span { border-color: rgb(144,148,223); }

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