#918aff

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

Shades of Light Slate Blue #918AFF

Tints of Light Slate Blue #918AFF

Color information

#918AFF (or 0x918AFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 8A and FF. RGB value is (145,138,255). Sum of RGB (Red+Green+Blue) = 145+138+255=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #918AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AFF is #6E7500. Grayscale: #989898. Windows color (decimal): -7238913 or 16747153. OLE color: 16747153.

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

Color convert

RGB145138255-
CMYK0.430.4600
HSL243.59º100%77.06%-
HSV(B)243.59º45.88%100%-
XYZ38.8231.4298.63-
YUV153.43185.32121.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 255 (100% from 255) = 47.40%
R=26.95%
G=25.65%
B=47.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451382550.430.4600243.5910077.06
Hex918AFF2B2E00f4644d
Octal221212377535600364144115
Binary100100011000101011111111101011101110001111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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