#9A8FEF

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

Shades of Portage #9A8FEF

Tints of Portage #9A8FEF

Color information

#9A8FEF (or 0x9A8FEF) is unknown color: approx Portage. HEX triplet: 9A, 8F and EF. RGB value is (154,143,239). Sum of RGB (Red+Green+Blue) = 154+143+239=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A8FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FEF is #657010. Grayscale: #9C9C9C. Windows color (decimal): -6647825 or 15699866. OLE color: 15699866.

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

Color convert

RGB154143239-
CMYK0.360.4000.06
HSL246.88º75%74.9%-
HSV(B)246.88º40.17%93.73%-
XYZ38.7332.7585.94-
YUV157.23174.14125.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=28.73%
G=26.68%
B=44.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541432390.360.4000.06246.887574.9
Hex9A8FEF242806f74b4b
Octal232217357445006367113113
Binary10011010100011111110111110010010100001101111011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,143,239); }

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

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

 a { background-color: rgb(154,143,239); }

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

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

 span { border-color: rgb(154,143,239); }

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