#9299EA

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

Shades of Portage #9299EA

Tints of Portage #9299EA

Color information

#9299EA (or 0x9299EA) is unknown color: approx Portage. HEX triplet: 92, 99 and EA. RGB value is (146,153,234). Sum of RGB (Red+Green+Blue) = 146+153+234=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #9299EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9299EA is #6D6615. Grayscale: #9F9F9F. Windows color (decimal): -7169558 or 15374738. OLE color: 15374738.

HSL color Cylindrical-coordinate representation of color #9299EA: hue angle of 235.23º degrees, saturation: 0.68, 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 #9299EA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146153234-
CMYK0.380.3500.08
HSL235.23º67.69%74.51%-
HSV(B)235.23º37.61%91.76%-
XYZ38.134.8382.56-
YUV160.14169.68117.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=27.39%
G=28.71%
B=43.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461532340.380.3500.08235.2367.6974.51
Hex9299EA262308eb444b
Octal2222313524643010353104113
Binary100100101001100111101010100110100011010001110101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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