#9B9AEA

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

Shades of Portage #9B9AEA

Tints of Portage #9B9AEA

Color information

#9B9AEA (or 0x9B9AEA) is unknown color: approx Portage. HEX triplet: 9B, 9A and EA. RGB value is (155,154,234). Sum of RGB (Red+Green+Blue) = 155+154+234=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AEA is #646515. Grayscale: #A3A3A3. Windows color (decimal): -6579478 or 15375003. OLE color: 15375003.

HSL color Cylindrical-coordinate representation of color #9B9AEA: hue angle of 240.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B9AEA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155154234-
CMYK0.340.3400.08
HSL240.75º65.57%76.08%-
HSV(B)240.75º34.19%91.76%-
XYZ39.9236.0282.69-
YUV163.42167.83122-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=28.55%
G=28.36%
B=43.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551542340.340.3400.08240.7565.5776.08
Hex9B9AEA222208f1424c
Octal2332323524242010361102114
Binary100110111001101011101010100010100010010001111000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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