#918BFE

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

Shades of Light Slate Blue #918BFE

Tints of Light Slate Blue #918BFE

Color information

#918BFE (or 0x918BFE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8B and FE. RGB value is (145,139,254). Sum of RGB (Red+Green+Blue) = 145+139+254=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #918BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BFE is #6E7401. Grayscale: #999999. Windows color (decimal): -7238658 or 16681873. OLE color: 16681873.

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

Color convert

RGB145139254-
CMYK0.430.4500.00
HSL243.13º98.29%77.06%-
HSV(B)243.13º45.28%99.61%-
XYZ38.831.6497.83-
YUV153.9184.49121.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=26.95%
G=25.84%
B=47.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451392540.430.4500.00243.1398.2977.06
Hex918BFE2B2D00f3624d
Octal221213376535500363142115
Binary100100011000101111111110101011101101001111001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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