#9B9DEA

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

Shades of Portage #9B9DEA

Tints of Portage #9B9DEA

Color information

#9B9DEA (or 0x9B9DEA) is unknown color: approx Portage. HEX triplet: 9B, 9D and EA. RGB value is (155,157,234). Sum of RGB (Red+Green+Blue) = 155+157+234=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9DEA is #646215. Grayscale: #A4A4A4. Windows color (decimal): -6578710 or 15375771. OLE color: 15375771.

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

Color convert

RGB155157234-
CMYK0.340.3300.08
HSL238.48º65.29%76.27%-
HSV(B)238.48º33.76%91.76%-
XYZ40.4337.0282.86-
YUV165.18166.84120.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=28.39%
G=28.75%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551572340.340.3300.08238.4865.2976.27
Hex9B9DEA222108ee414c
Octal2332353524241010356101114
Binary100110111001110111101010100010100001010001110111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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