#9B98FB

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

Shades of Portage #9B98FB

Tints of Portage #9B98FB

Color information

#9B98FB (or 0x9B98FB) is unknown color: approx Portage. HEX triplet: 9B, 98 and FB. RGB value is (155,152,251). Sum of RGB (Red+Green+Blue) = 155+152+251=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B98FB is #646704. Grayscale: #A3A3A3. Windows color (decimal): -6579973 or 16488603. OLE color: 16488603.

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

Color convert

RGB155152251-
CMYK0.380.3900.02
HSL241.82º92.52%79.02%-
HSV(B)241.82º39.44%98.43%-
XYZ42.1636.3996.07-
YUV164.18176.99121.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=27.78%
G=27.24%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551522510.380.3900.02241.8292.5279.02
Hex9B98FB262702f25d4f
Octal233230373464702362135117
Binary1001101110011000111110111001101001110101111001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B98FB; }

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

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

<style>
 a { background-color: #9B98FB; }

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

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

<style>
 span { border-color: #9B98FB; }

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

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