#9A9BF0

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

Shades of Portage #9A9BF0

Tints of Portage #9A9BF0

Color information

#9A9BF0 (or 0x9A9BF0) is unknown color: approx Portage. HEX triplet: 9A, 9B and F0. RGB value is (154,155,240). Sum of RGB (Red+Green+Blue) = 154+155+240=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A9BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BF0 is #65640F. Grayscale: #A4A4A4. Windows color (decimal): -6644752 or 15768474. OLE color: 15768474.

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

Color convert

RGB154155240-
CMYK0.360.3500.06
HSL239.3º74.14%77.25%-
HSV(B)239.3º35.83%94.12%-
XYZ40.7836.687.35-
YUV164.39170.67120.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=28.05%
G=28.23%
B=43.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541552400.360.3500.06239.374.1477.25
Hex9A9BF0242306ef4a4d
Octal232233360444306357112115
Binary10011010100110111111000010010010001101101110111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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