#9095DA

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

Shades of Portage #9095DA

Tints of Portage #9095DA

Color information

#9095DA (or 0x9095DA) is unknown color: approx Portage. HEX triplet: 90, 95 and DA. RGB value is (144,149,218). Sum of RGB (Red+Green+Blue) = 144+149+218=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #9095DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DA is #6F6A25. Grayscale: #9B9B9B. Windows color (decimal): -7301670 or 14325136. OLE color: 14325136.

HSL color Cylindrical-coordinate representation of color #9095DA: hue angle of 235.95º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9095DA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144149218-
CMYK0.340.3200.15
HSL235.95º50%70.98%-
HSV(B)235.95º33.94%85.49%-
XYZ34.932.4970.76-
YUV155.37163.34119.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=28.18%
G=29.16%
B=42.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441492180.340.3200.15235.955070.98
Hex9095DA22200Fec3247
Octal220225332424001735462107
Binary10010000100101011101101010001010000001111111011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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