#9092EB

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

Shades of Portage #9092EB

Tints of Portage #9092EB

Color information

#9092EB (or 0x9092EB) is unknown color: approx Portage. HEX triplet: 90, 92 and EB. RGB value is (144,146,235). Sum of RGB (Red+Green+Blue) = 144+146+235=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #9092EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9092EB is #6F6D14. Grayscale: #9B9B9B. Windows color (decimal): -7302421 or 15438480. OLE color: 15438480.

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

Color convert

RGB144146235-
CMYK0.390.3800.08
HSL238.68º69.47%74.31%-
HSV(B)238.68º38.72%92.16%-
XYZ36.7832.4982.93-
YUV155.55172.84119.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=27.43%
G=27.81%
B=44.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441462350.390.3800.08238.6869.4774.31
Hex9092EB272608ef454a
Octal2202223534746010357105112
Binary100100001001001011101011100111100110010001110111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9092EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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