#9B9FEF

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

Shades of Portage #9B9FEF

Tints of Portage #9B9FEF

Color information

#9B9FEF (or 0x9B9FEF) is unknown color: approx Portage. HEX triplet: 9B, 9F and EF. RGB value is (155,159,239). Sum of RGB (Red+Green+Blue) = 155+159+239=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9FEF is #646010. Grayscale: #A6A6A6. Windows color (decimal): -6578193 or 15703963. OLE color: 15703963.

HSL color Cylindrical-coordinate representation of color #9B9FEF: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9FEF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155159239-
CMYK0.350.3300.06
HSL237.14º72.41%77.25%-
HSV(B)237.14º35.15%93.73%-
XYZ41.53886.81-
YUV166.92168.67119.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=28.03%
G=28.75%
B=43.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551592390.350.3300.06237.1472.4177.25
Hex9B9FEF232106ed484d
Octal233237357434106355110115
Binary10011011100111111110111110001110000101101110110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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