#9492FE

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

Shades of Light Slate Blue #9492FE

Tints of Light Slate Blue #9492FE

Color information

#9492FE (or 0x9492FE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 92 and FE. RGB value is (148,146,254). Sum of RGB (Red+Green+Blue) = 148+146+254=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9492FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492FE is #6B6D01. Grayscale: #9E9E9E. Windows color (decimal): -7040258 or 16683668. OLE color: 16683668.

HSL color Cylindrical-coordinate representation of color #9492FE: hue angle of 241.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9492FE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148146254-
CMYK0.420.4300.00
HSL241.11º98.18%78.43%-
HSV(B)241.11º42.52%99.61%-
XYZ40.3834.0198.2-
YUV158.91181.66120.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.01%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=27.01%
G=26.64%
B=46.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481462540.420.4300.00241.1198.1878.43
Hex9492FE2A2B00f1624e
Octal224222376525300361142116
Binary100101001001001011111110101010101011001111000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9492FE; }

 p { color: rgb(148,146,254); }

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

<style>
 a { background-color: #9492FE; }

 a { background-color: rgb(148,146,254); }

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

<style>
 span { border-color: #9492FE; }

 span { border-color: rgb(148,146,254); }

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