#9A94FA

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

Shades of Portage #9A94FA

Tints of Portage #9A94FA

Color information

#9A94FA (or 0x9A94FA) is unknown color: approx Portage. HEX triplet: 9A, 94 and FA. RGB value is (154,148,250). Sum of RGB (Red+Green+Blue) = 154+148+250=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A94FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A94FA is #656B05. Grayscale: #A1A1A1. Windows color (decimal): -6646534 or 16422042. OLE color: 16422042.

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

Color convert

RGB154148250-
CMYK0.380.4100.02
HSL243.53º91.07%78.04%-
HSV(B)243.53º40.8%98.04%-
XYZ41.1734.9595.02-
YUV161.42177.99122.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=27.90%
G=26.81%
B=45.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541482500.380.4100.02243.5391.0778.04
Hex9A94FA262902f45b4e
Octal232224372465102364133116
Binary1001101010010100111110101001101010010101111010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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