#8A92FB

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

Shades of Portage #8A92FB

Tints of Portage #8A92FB

Color information

#8A92FB (or 0x8A92FB) is unknown color: approx Portage. HEX triplet: 8A, 92 and FB. RGB value is (138,146,251). Sum of RGB (Red+Green+Blue) = 138+146+251=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A92FB is #756D04. Grayscale: #9B9B9B. Windows color (decimal): -7695621 or 16487050. OLE color: 16487050.

HSL color Cylindrical-coordinate representation of color #8A92FB: hue angle of 235.75º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A92FB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138146251-
CMYK0.450.4200.02
HSL235.75º93.39%76.27%-
HSV(B)235.75º45.02%98.43%-
XYZ38.1732.9395.61-
YUV155.58181.85115.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=25.79%
G=27.29%
B=46.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381462510.450.4200.02235.7593.3976.27
Hex8A92FB2D2A02ec5d4c
Octal212222373555202354135114
Binary1000101010010010111110111011011010100101110110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A92FB; }

 p { color: rgb(138,146,251); }

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

<style>
 a { background-color: #8A92FB; }

 a { background-color: rgb(138,146,251); }

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

<style>
 span { border-color: #8A92FB; }

 span { border-color: rgb(138,146,251); }

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