#9895FB

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

Shades of Portage #9895FB

Tints of Portage #9895FB

Color information

#9895FB (or 0x9895FB) is unknown color: approx Portage. HEX triplet: 98, 95 and FB. RGB value is (152,149,251). Sum of RGB (Red+Green+Blue) = 152+149+251=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #9895FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895FB is #676A04. Grayscale: #A1A1A1. Windows color (decimal): -6777349 or 16487832. OLE color: 16487832.

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

Color convert

RGB152149251-
CMYK0.390.4100.02
HSL241.76º92.73%78.43%-
HSV(B)241.76º40.64%98.43%-
XYZ41.1135.1495.88-
YUV161.52178.49121.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=27.54%
G=26.99%
B=45.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521492510.390.4100.02241.7692.7378.43
Hex9895FB272902f25d4e
Octal230225373475102362135116
Binary1001100010010101111110111001111010010101111001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9895FB; }

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

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

<style>
 a { background-color: #9895FB; }

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

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

<style>
 span { border-color: #9895FB; }

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

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