Html Css Color HEX #946EFE Light Slate Blue

📋 copy color: '#946EFE'

red 148 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #946EFE

Tints of Light Slate Blue #946EFE

RGB

 RED value IS 148 (58.2% from 255) = 28.91%

 GREEN value IS 110 (43.36% from 255) = 21.48%

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

R = 28.91%
G = 21.48%
B = 49.61%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#946EFE (or 0x946EFE) is known color: Light Slate Blue. HEX triplet: 94, 6E and FE. RGB value is (148,110,254). Sum of RGB (Red+Green+Blue) = 148+110+254=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #946EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EFE is #6B9101. Grayscale: #898989. Windows color (decimal): -7049474 or 16674452. OLE color: 16674452.

HSL color Cylindrical-coordinate representation of color #946EFE: hue angle of 255.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946EFE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 110 254 -
CMYK 0.42 0.57 0 0.00
HSL 255.83º 0.99% 0.71% -
HSV(B) 255.83º 0.57% 1% -
XYZ 35.68 24.6 96.63 -
YUV 137.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 148 110 254 0.42 0.57 0 0.00 255.83 0.99 0.71
Hex 94 6E FE 2A 39 0 0 100 63 47
Octal 224 156 376 52 71 0 0 400 143 107
Binary 10010100 1101110 11111110 101010 111001 0 0 100000000 1100011 1000111

Color Harmonies of #946EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EFE

Black with #946EFE

Text Example


Text Example

White with #946EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,110,254); }

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

background-color css

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

 a { background-color: rgb(148,110,254); }

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

border-color css

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

 span { border-color: rgb(148,110,254); }

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