#9994FB

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

Shades of Portage #9994FB

Tints of Portage #9994FB

Color information

#9994FB (or 0x9994FB) is unknown color: approx Portage. HEX triplet: 99, 94 and FB. RGB value is (153,148,251). Sum of RGB (Red+Green+Blue) = 153+148+251=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 148 (58.20% from 255 or 26.81% 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 #9994FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9994FB is #666B04. Grayscale: #A0A0A0. Windows color (decimal): -6712069 or 16487577. OLE color: 16487577.

HSL color Cylindrical-coordinate representation of color #9994FB: hue angle of 242.91º 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 #9994FB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153148251-
CMYK0.390.4100.02
HSL242.91º92.79%78.24%-
HSV(B)242.91º41.04%98.43%-
XYZ41.1434.9295.84-
YUV161.24178.66122.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=27.72%
G=26.81%
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
Decimal1531482510.390.4100.02242.9192.7978.24
Hex9994FB272902f35d4e
Octal231224373475102363135116
Binary1001100110010100111110111001111010010101111001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,148,251); }

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

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

 a { background-color: rgb(153,148,251); }

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

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

 span { border-color: rgb(153,148,251); }

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