#9295DB

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

Shades of Portage #9295DB

Tints of Portage #9295DB

Color information

#9295DB (or 0x9295DB) is unknown color: approx Portage. HEX triplet: 92, 95 and DB. RGB value is (146,149,219). Sum of RGB (Red+Green+Blue) = 146+149+219=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9295DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DB is #6D6A24. Grayscale: #9B9B9B. Windows color (decimal): -7170597 or 14390674. OLE color: 14390674.

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

Color convert

RGB146149219-
CMYK0.330.3200.14
HSL237.53º50.34%71.57%-
HSV(B)237.53º33.33%85.88%-
XYZ35.3932.7271.47-
YUV156.08163.51120.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=28.40%
G=28.99%
B=42.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461492190.330.3200.14237.5350.3471.57
Hex9295DB21200Eee3248
Octal222225333414001635662110
Binary10010010100101011101101110000110000001110111011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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