#9095DD

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

Shades of Portage #9095DD

Tints of Portage #9095DD

Color information

#9095DD (or 0x9095DD) is unknown color: approx Portage. HEX triplet: 90, 95 and DD. RGB value is (144,149,221). Sum of RGB (Red+Green+Blue) = 144+149+221=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9095DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DD is #6F6A22. Grayscale: #9B9B9B. Windows color (decimal): -7301667 or 14521744. OLE color: 14521744.

HSL color Cylindrical-coordinate representation of color #9095DD: hue angle of 236.1º degrees, saturation: 0.53, 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 #9095DD is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144149221-
CMYK0.350.3300.13
HSL236.1º53.1%71.57%-
HSV(B)236.1º34.84%86.67%-
XYZ35.332.6472.85-
YUV155.71164.84119.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=28.02%
G=28.99%
B=43.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441492210.350.3300.13236.153.171.57
Hex9095DD23210Dec3548
Octal220225335434101535465110
Binary10010000100101011101110110001110000101101111011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9095DD; }

 p { color: rgb(144,149,221); }

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

<style>
 a { background-color: #9095DD; }

 a { background-color: rgb(144,149,221); }

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

<style>
 span { border-color: #9095DD; }

 span { border-color: rgb(144,149,221); }

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