#9896F3

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

Shades of Portage #9896F3

Tints of Portage #9896F3

Color information

#9896F3 (or 0x9896F3) is unknown color: approx Portage. HEX triplet: 98, 96 and F3. RGB value is (152,150,243). Sum of RGB (Red+Green+Blue) = 152+150+243=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #9896F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896F3 is #67690C. Grayscale: #A0A0A0. Windows color (decimal): -6777101 or 15963800. OLE color: 15963800.

HSL color Cylindrical-coordinate representation of color #9896F3: hue angle of 241.29º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9896F3 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152150243-
CMYK0.370.3800.05
HSL241.29º79.49%77.06%-
HSV(B)241.29º38.27%95.29%-
XYZ40.0334.9689.43-
YUV161.2174.16121.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=27.89%
G=27.52%
B=44.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521502430.370.3800.05241.2979.4977.06
Hex9896F3252605f14f4d
Octal230226363454605361117115
Binary10011000100101101111001110010110011001011111000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9896F3; }

 p { color: rgb(152,150,243); }

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

<style>
 a { background-color: #9896F3; }

 a { background-color: rgb(152,150,243); }

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

<style>
 span { border-color: #9896F3; }

 span { border-color: rgb(152,150,243); }

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