#9A9BEA

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

Shades of Portage #9A9BEA

Tints of Portage #9A9BEA

Color information

#9A9BEA (or 0x9A9BEA) is unknown color: approx Portage. HEX triplet: 9A, 9B and EA. RGB value is (154,155,234). Sum of RGB (Red+Green+Blue) = 154+155+234=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 155 (60.94% from 255 or 28.55% 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 #9A9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BEA is #656415. Grayscale: #A3A3A3. Windows color (decimal): -6644758 or 15375258. OLE color: 15375258.

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

Color convert

RGB154155234-
CMYK0.340.3400.08
HSL239.25º65.57%76.08%-
HSV(B)239.25º34.19%91.76%-
XYZ39.936.2582.74-
YUV163.71167.67121.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=28.36%
G=28.55%
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
Decimal1541552340.340.3400.08239.2565.5776.08
Hex9A9BEA222208ef424c
Octal2322333524242010357102114
Binary100110101001101111101010100010100010010001110111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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