#9299E5

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

Shades of Portage #9299E5

Tints of Portage #9299E5

Color information

#9299E5 (or 0x9299E5) is unknown color: approx Portage. HEX triplet: 92, 99 and E5. RGB value is (146,153,229). Sum of RGB (Red+Green+Blue) = 146+153+229=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #9299E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299E5 is #6D661A. Grayscale: #9F9F9F. Windows color (decimal): -7169563 or 15047058. OLE color: 15047058.

HSL color Cylindrical-coordinate representation of color #9299E5: hue angle of 234.94º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9299E5 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB146153229-
CMYK0.360.3300.10
HSL234.94º61.48%73.53%-
HSV(B)234.94º36.24%89.8%-
XYZ37.3934.5578.83-
YUV159.57167.18118.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=27.65%
G=28.98%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1461532290.360.3300.10234.9461.4873.53
Hex9299E524210Aeb3d4a
Octal222231345444101235375112
Binary10010010100110011110010110010010000101010111010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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