Html Css Color HEX #918EFE Light Slate Blue

📋 copy color: '#918EFE'

red 145 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #918EFE

Tints of Light Slate Blue #918EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 26.8%
G = 26.25%
B = 46.95%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#918EFE (or 0x918EFE) is known color: Light Slate Blue. HEX triplet: 91, 8E and FE. RGB value is (145,142,254). Sum of RGB (Red+Green+Blue) = 145+142+254=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #918EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EFE is #6E7101. Grayscale: #9B9B9B. Windows color (decimal): -7237890 or 16682641. OLE color: 16682641.

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

Color convert

RGB 145 142 254 -
CMYK 0.43 0.44 0 0.00
HSL 241.61º 0.98% 0.78% -
HSV(B) 241.61º 0.44% 1% -
XYZ 39.24 32.52 97.98 -
YUV 155.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 145 142 254 0.43 0.44 0 0.00 241.61 0.98 0.78
Hex 91 8E FE 2B 2C 0 0 F2 62 4E
Octal 221 216 376 53 54 0 0 362 142 116
Binary 10010001 10001110 11111110 101011 101100 0 0 11110010 1100010 1001110

Color Harmonies of #918EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EFE

Black with #918EFE

Text Example


Text Example

White with #918EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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