#9095DB

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

Shades of Portage #9095DB

Tints of Portage #9095DB

Color information

#9095DB (or 0x9095DB) is unknown color: approx Portage. HEX triplet: 90, 95 and DB. RGB value is (144,149,219). Sum of RGB (Red+Green+Blue) = 144+149+219=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9095DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DB is #6F6A24. Grayscale: #9B9B9B. Windows color (decimal): -7301669 or 14390672. OLE color: 14390672.

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

Color convert

RGB144149219-
CMYK0.340.3200.14
HSL236º51.02%71.18%-
HSV(B)236º34.25%85.88%-
XYZ35.0432.5471.45-
YUV155.49163.84119.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=28.12%
G=29.10%
B=42.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441492190.340.3200.1423651.0271.18
Hex9095DB22200Eec3347
Octal220225333424001635463107
Binary10010000100101011101101110001010000001110111011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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