#9B9FE2

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

Shades of Portage #9B9FE2

Tints of Portage #9B9FE2

Color information

#9B9FE2 (or 0x9B9FE2) is unknown color: approx Portage. HEX triplet: 9B, 9F and E2. RGB value is (155,159,226). Sum of RGB (Red+Green+Blue) = 155+159+226=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #9B9FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FE2 is #64601D. Grayscale: #A5A5A5. Windows color (decimal): -6578206 or 14851995. OLE color: 14851995.

HSL color Cylindrical-coordinate representation of color #9B9FE2: hue angle of 236.62º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B9FE2 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155159226-
CMYK0.310.3000.11
HSL236.62º55.04%74.71%-
HSV(B)236.62º31.42%88.63%-
XYZ39.6437.2677.05-
YUV165.44162.17120.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=28.70%
G=29.44%
B=41.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551592260.310.3000.11236.6255.0474.71
Hex9B9FE21F1E0Bed374b
Octal233237342373601335567113
Binary100110111001111111100010111111111001011111011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,226); }

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

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

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

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

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

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

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