#9299E9

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

Shades of Portage #9299E9

Tints of Portage #9299E9

Color information

#9299E9 (or 0x9299E9) is unknown color: approx Portage. HEX triplet: 92, 99 and E9. RGB value is (146,153,233). Sum of RGB (Red+Green+Blue) = 146+153+233=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #9299E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9299E9 is #6D6616. Grayscale: #9F9F9F. Windows color (decimal): -7169559 or 15309202. OLE color: 15309202.

HSL color Cylindrical-coordinate representation of color #9299E9: hue angle of 235.17º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9299E9 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146153233-
CMYK0.370.3400.09
HSL235.17º66.41%74.31%-
HSV(B)235.17º37.34%91.37%-
XYZ37.9534.7881.8-
YUV160.03169.18118-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.44%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=27.44%
G=28.76%
B=43.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461532330.370.3400.09235.1766.4174.31
Hex9299E9252209eb424a
Octal2222313514542011353102112
Binary100100101001100111101001100101100010010011110101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299E9; }

 p { color: rgb(146,153,233); }

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

<style>
 a { background-color: #9299E9; }

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

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

<style>
 span { border-color: #9299E9; }

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

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