#918bff

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

Shades of Light Slate Blue #918BFF

Tints of Light Slate Blue #918BFF

Color information

#918BFF (or 0x918BFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8B and FF. RGB value is (145,139,255). Sum of RGB (Red+Green+Blue) = 145+139+255=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 139 (54.69% from 255 or 25.79% 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 #918BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BFF is #6E7400. Grayscale: #999999. Windows color (decimal): -7238657 or 16747409. OLE color: 16747409.

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

Color convert

RGB145139255-
CMYK0.430.4500
HSL243.1º100%77.25%-
HSV(B)243.1º45.49%100%-
XYZ38.9631.798.67-
YUV154.02184.99121.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 255 (100% from 255) = 47.31%
R=26.90%
G=25.79%
B=47.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451392550.430.4500243.110077.25
Hex918BFF2B2D00f3644d
Octal221213377535500363144115
Binary100100011000101111111111101011101101001111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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