#9B9BEB

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

Shades of Portage #9B9BEB

Tints of Portage #9B9BEB

Color information

#9B9BEB (or 0x9B9BEB) is unknown color: approx Portage. HEX triplet: 9B, 9B and EB. RGB value is (155,155,235). Sum of RGB (Red+Green+Blue) = 155+155+235=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9BEB is #646414. Grayscale: #A3A3A3. Windows color (decimal): -6579221 or 15440795. OLE color: 15440795.

HSL color Cylindrical-coordinate representation of color #9B9BEB: hue angle of 240º degrees, saturation: 0.67, 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 #9B9BEB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155155235-
CMYK0.340.3400.08
HSL240º66.67%76.47%-
HSV(B)240º34.04%92.16%-
XYZ40.2336.4183.5-
YUV164.12168121.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=28.44%
G=28.44%
B=43.12%

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
Decimal1551552350.340.3400.0824066.6776.47
Hex9B9BEB222208f0434c
Octal2332333534242010360103114
Binary100110111001101111101011100010100010010001111000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,155,235); }

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

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

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

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

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

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

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