#9A9BFA

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

Shades of Portage #9A9BFA

Tints of Portage #9A9BFA

Color information

#9A9BFA (or 0x9A9BFA) is unknown color: approx Portage. HEX triplet: 9A, 9B and FA. RGB value is (154,155,250). Sum of RGB (Red+Green+Blue) = 154+155+250=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A9BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BFA is #656405. Grayscale: #A5A5A5. Windows color (decimal): -6644742 or 16423834. OLE color: 16423834.

HSL color Cylindrical-coordinate representation of color #9A9BFA: hue angle of 239.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A9BFA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154155250-
CMYK0.380.3800.02
HSL239.38º90.57%79.22%-
HSV(B)239.38º38.4%98.04%-
XYZ42.337.2195.4-
YUV165.53175.67119.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=27.55%
G=27.73%
B=44.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541552500.380.3800.02239.3890.5779.22
Hex9A9BFA262602ef5b4f
Octal232233372464602357133117
Binary1001101010011011111110101001101001100101110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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