Html Css Color HEX #918AFF Light Slate Blue

📋 copy color: '#918AFF'

red 145 ◦ green 138 ◦ blue 255

#918AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #918AFF

Tints of Light Slate Blue #918AFF

RGB

 RED value IS 145 (57.03% from 255) = 26.95%

 GREEN value IS 138 (54.3% from 255) = 25.65%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 26.95%
G = 25.65%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#918AFF (or 0x918AFF) is known color: 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

RGB 145 138 255 -
CMYK 0.43 0.46 0 0
HSL 243.59º 1% 0.77% -
HSV(B) 243.59º 0.46% 1% -
XYZ 38.82 31.42 98.63 -
YUV 153.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 145 138 255 0.43 0.46 0 0 243.59 1 0.77
Hex 91 8A FF 2B 2E 0 0 F4 64 4D
Octal 221 212 377 53 56 0 0 364 144 115
Binary 10010001 10001010 11111111 101011 101110 0 0 11110100 1100100 1001101

Color Harmonies of #918AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AFF

Black with #918AFF

Text Example


Text Example

White with #918AFF

Text Example


Text Example

HTML Codes & Css Web 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>