#9297FD

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

Shades of Portage #9297FD

Tints of Portage #9297FD

Color information

#9297FD (or 0x9297FD) is unknown color: approx Portage. HEX triplet: 92, 97 and FD. RGB value is (146,151,253). Sum of RGB (Red+Green+Blue) = 146+151+253=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9297FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9297FD is #6D6802. Grayscale: #A0A0A0. Windows color (decimal): -7170051 or 16619410. OLE color: 16619410.

HSL color Cylindrical-coordinate representation of color #9297FD: hue angle of 237.2º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9297FD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146151253-
CMYK0.420.4000.01
HSL237.2º96.4%78.24%-
HSV(B)237.2º42.29%99.22%-
XYZ40.6535.3497.61-
YUV161.13179.84117.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 253 (99.22% from 255) = 46%
R=26.55%
G=27.45%
B=46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461512530.420.4000.01237.296.478.24
Hex9297FD2A2801ed604e
Octal222227375525001355140116
Binary100100101001011111111101101010101000011110110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9297FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9297FD; }

 p { color: rgb(146,151,253); }

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

<style>
 a { background-color: #9297FD; }

 a { background-color: rgb(146,151,253); }

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

<style>
 span { border-color: #9297FD; }

 span { border-color: rgb(146,151,253); }

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