#9B9AFB

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

Shades of Portage #9B9AFB

Tints of Portage #9B9AFB

Color information

#9B9AFB (or 0x9B9AFB) is unknown color: approx Portage. HEX triplet: 9B, 9A and FB. RGB value is (155,154,251). Sum of RGB (Red+Green+Blue) = 155+154+251=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AFB is #646504. Grayscale: #A4A4A4. Windows color (decimal): -6579461 or 16489115. OLE color: 16489115.

HSL color Cylindrical-coordinate representation of color #9B9AFB: hue angle of 240.62º degrees, saturation: 0.92, 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 #9B9AFB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155154251-
CMYK0.380.3900.02
HSL240.62º92.38%79.41%-
HSV(B)240.62º38.65%98.43%-
XYZ42.4937.0496.18-
YUV165.36176.33120.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=27.68%
G=27.5%
B=44.82%

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
Decimal1551542510.380.3900.02240.6292.3879.41
Hex9B9AFB262702f15c4f
Octal233232373464702361134117
Binary1001101110011010111110111001101001110101111000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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