Html Css Color HEX #918EFF Light Slate Blue

📋 copy color: '#918EFF'

red 145 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #918EFF

Tints of Light Slate Blue #918EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.2%

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

R = 26.75%
G = 26.2%
B = 47.05%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#918EFF (or 0x918EFF) is known color: Light Slate Blue. HEX triplet: 91, 8E and FF. RGB value is (145,142,255). Sum of RGB (Red+Green+Blue) = 145+142+255=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #918EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EFF is #6E7100. Grayscale: #9B9B9B. Windows color (decimal): -7237889 or 16748177. OLE color: 16748177.

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

Color convert

RGB 145 142 255 -
CMYK 0.43 0.44 0 0
HSL 241.59º 1% 0.78% -
HSV(B) 241.59º 0.44% 1% -
XYZ 39.4 32.59 98.82 -
YUV 155.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 145 142 255 0.43 0.44 0 0 241.59 1 0.78
Hex 91 8E FF 2B 2C 0 0 F2 64 4E
Octal 221 216 377 53 54 0 0 362 144 116
Binary 10010001 10001110 11111111 101011 101100 0 0 11110010 1100100 1001110

Color Harmonies of #918EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EFF

Black with #918EFF

Text Example


Text Example

White with #918EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #918EFF;
 }
 .AnyTagClassName
 {
   color: #918EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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