#8a92ff

Color #8A92FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8A92FF

Tints of Light Slate Blue #8A92FF

Color information

#8A92FF (or 0x8A92FF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 92 and FF. RGB value is (138,146,255). Sum of RGB (Red+Green+Blue) = 138+146+255=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A92FF is #756D00. Grayscale: #9B9B9B. Windows color (decimal): -7695617 or 16749194. OLE color: 16749194.

HSL color Cylindrical-coordinate representation of color #8A92FF: hue angle of 235.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A92FF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138146255-
CMYK0.460.4300
HSL235.9º100%77.06%-
HSV(B)235.9º45.88%100%-
XYZ38.8133.1898.97-
YUV156.03183.85115.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.60%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 255 (100% from 255) = 47.31%
R=25.60%
G=27.09%
B=47.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381462550.460.4300235.910077.06
Hex8A92FF2E2B00ec644d
Octal212222377565300354144115
Binary100010101001001011111111101110101011001110110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a92ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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