#9292EB

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

Shades of Portage #9292EB

Tints of Portage #9292EB

Color information

#9292EB (or 0x9292EB) is unknown color: approx Portage. HEX triplet: 92, 92 and EB. RGB value is (146,146,235). Sum of RGB (Red+Green+Blue) = 146+146+235=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #9292EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292EB is #6D6D14. Grayscale: #9B9B9B. Windows color (decimal): -7171349 or 15438482. OLE color: 15438482.

HSL color Cylindrical-coordinate representation of color #9292EB: hue angle of 240º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9292EB is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146146235-
CMYK0.380.3800.08
HSL240º68.99%74.71%-
HSV(B)240º37.87%92.16%-
XYZ37.1332.6782.95-
YUV156.15172.5120.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=27.70%
G=27.70%
B=44.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461462350.380.3800.0824068.9974.71
Hex9292EB262608f0454b
Octal2222223534646010360105113
Binary100100101001001011101011100110100110010001111000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9292EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9292EB; }

 p { color: rgb(146,146,235); }

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

<style>
 a { background-color: #9292EB; }

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

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

<style>
 span { border-color: #9292EB; }

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

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