#8A92DF

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

Shades of Portage #8A92DF

Tints of Portage #8A92DF

Color information

#8A92DF (or 0x8A92DF) is unknown color: approx Portage. HEX triplet: 8A, 92 and DF. RGB value is (138,146,223). Sum of RGB (Red+Green+Blue) = 138+146+223=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92DF is #756D20. Grayscale: #989898. Windows color (decimal): -7695649 or 14652042. OLE color: 14652042.

HSL color Cylindrical-coordinate representation of color #8A92DF: hue angle of 234.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A92DF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138146223-
CMYK0.380.3500.13
HSL234.35º57.05%70.78%-
HSV(B)234.35º38.12%87.45%-
XYZ34.0831.2974.06-
YUV152.39167.85117.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=27.22%
G=28.80%
B=43.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381462230.380.3500.13234.3557.0570.78
Hex8A92DF26230Dea3947
Octal212222337464301535271107
Binary10001010100100101101111110011010001101101111010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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