Html Css Color HEX #946CFE Light Slate Blue

📋 copy color: '#946CFE'

red 148 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #946CFE

Tints of Light Slate Blue #946CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

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

R = 29.02%
G = 21.18%
B = 49.8%

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

#946CFE (or 0x946CFE) is known color: Light Slate Blue. HEX triplet: 94, 6C and FE. RGB value is (148,108,254). Sum of RGB (Red+Green+Blue) = 148+108+254=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #946CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CFE is #6B9301. Grayscale: #888888. Windows color (decimal): -7049986 or 16673940. OLE color: 16673940.

HSL color Cylindrical-coordinate representation of color #946CFE: hue angle of 256.44º 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 #946CFE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 108 254 -
CMYK 0.42 0.57 0 0.00
HSL 256.44º 0.99% 0.71% -
HSV(B) 256.44º 0.57% 1% -
XYZ 35.46 24.18 96.56 -
YUV 136.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 148 108 254 0.42 0.57 0 0.00 256.44 0.99 0.71
Hex 94 6C FE 2A 39 0 0 100 63 47
Octal 224 154 376 52 71 0 0 400 143 107
Binary 10010100 1101100 11111110 101010 111001 0 0 100000000 1100011 1000111

Color Harmonies of #946CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CFE

Black with #946CFE

Text Example


Text Example

White with #946CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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