#8492FF

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

Shades of Light Slate Blue #8492FF

Tints of Light Slate Blue #8492FF

Color information

#8492FF (or 0x8492FF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 92 and FF. RGB value is (132,146,255). Sum of RGB (Red+Green+Blue) = 132+146+255=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8492FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492FF is #7B6D00. Grayscale: #999999. Windows color (decimal): -8088833 or 16749188. OLE color: 16749188.

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

Color convert

RGB132146255-
CMYK0.480.4300
HSL233.17º100%75.88%-
HSV(B)233.17º48.24%100%-
XYZ37.8432.6898.92-
YUV154.24184.86112.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 47.84%
R=24.77%
G=27.39%
B=47.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321462550.480.4300233.1710075.88
Hex8492FF302B00e9644c
Octal204222377605300351144114
Binary100001001001001011111111110000101011001110100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8492FF; }

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

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

<style>
 a { background-color: #8492FF; }

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

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

<style>
 span { border-color: #8492FF; }

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

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