#9B9AFA

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

Shades of Portage #9B9AFA

Tints of Portage #9B9AFA

Color information

#9B9AFA (or 0x9B9AFA) is unknown color: approx Portage. HEX triplet: 9B, 9A and FA. RGB value is (155,154,250). Sum of RGB (Red+Green+Blue) = 155+154+250=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AFA is #646505. Grayscale: #A4A4A4. Windows color (decimal): -6579462 or 16423579. OLE color: 16423579.

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

Color convert

RGB155154250-
CMYK0.380.3800.02
HSL240.62º90.57%79.22%-
HSV(B)240.62º38.4%98.04%-
XYZ42.3336.9895.35-
YUV165.24175.83120.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=27.73%
G=27.55%
B=44.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551542500.380.3800.02240.6290.5779.22
Hex9B9AFA262602f15b4f
Octal233232372464602361133117
Binary1001101110011010111110101001101001100101111000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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