#918AFE

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

Shades of Light Slate Blue #918AFE

Tints of Light Slate Blue #918AFE

Color information

#918AFE (or 0x918AFE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8A and FE. RGB value is (145,138,254). Sum of RGB (Red+Green+Blue) = 145+138+254=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #918AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AFE is #6E7501. Grayscale: #989898. Windows color (decimal): -7238914 or 16681617. OLE color: 16681617.

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

Color convert

RGB145138254-
CMYK0.430.4600.00
HSL243.62º98.31%76.86%-
HSV(B)243.62º45.67%99.61%-
XYZ38.6531.3597.78-
YUV153.32184.82122.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=27.00%
G=25.70%
B=47.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451382540.430.4600.00243.6298.3176.86
Hex918AFE2B2E00f4624d
Octal221212376535600364142115
Binary100100011000101011111110101011101110001111010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918AFE; }

 p { color: rgb(145,138,254); }

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

<style>
 a { background-color: #918AFE; }

 a { background-color: rgb(145,138,254); }

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

<style>
 span { border-color: #918AFE; }

 span { border-color: rgb(145,138,254); }

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