#9298fb

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

Shades of Portage #9298FB

Tints of Portage #9298FB

Color information

#9298FB (or 0x9298FB) is unknown color: approx Portage. HEX triplet: 92, 98 and FB. RGB value is (146,152,251). Sum of RGB (Red+Green+Blue) = 146+152+251=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #9298FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9298FB is #6D6704. Grayscale: #A1A1A1. Windows color (decimal): -7169797 or 16488594. OLE color: 16488594.

HSL color Cylindrical-coordinate representation of color #9298FB: hue angle of 236.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9298FB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146152251-
CMYK0.420.3900.02
HSL236.57º92.92%77.84%-
HSV(B)236.57º41.83%98.43%-
XYZ40.4935.5395.99-
YUV161.49178.51116.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.59%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=26.59%
G=27.69%
B=45.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461522510.420.3900.02236.5792.9277.84
Hex9298FB2A2702ed5d4e
Octal222230373524702355135116
Binary1001001010011000111110111010101001110101110110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9298fb; }

 p { color: rgb(146,152,251); }

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

<style>
 a { background-color: #9298fb; }

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

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

<style>
 span { border-color: #9298fb; }

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

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