Html Css Color HEX #946BFE Light Slate Blue

📋 copy color: '#946BFE'

red 148 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #946BFE

Tints of Light Slate Blue #946BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 29.08%
G = 21.02%
B = 49.9%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#946BFE (or 0x946BFE) is known color: Light Slate Blue. HEX triplet: 94, 6B and FE. RGB value is (148,107,254). Sum of RGB (Red+Green+Blue) = 148+107+254=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #946BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFE is #6B9401. Grayscale: #878787. Windows color (decimal): -7050242 or 16673684. OLE color: 16673684.

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

Color convert

RGB 148 107 254 -
CMYK 0.42 0.58 0 0.00
HSL 256.73º 0.99% 0.71% -
HSV(B) 256.73º 0.58% 1% -
XYZ 35.36 23.97 96.53 -
YUV 136.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 148 107 254 0.42 0.58 0 0.00 256.73 0.99 0.71
Hex 94 6B FE 2A 3A 0 0 101 63 47
Octal 224 153 376 52 72 0 0 401 143 107
Binary 10010100 1101011 11111110 101010 111010 0 0 100000001 1100011 1000111

Color Harmonies of #946BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFE

Black with #946BFE

Text Example


Text Example

White with #946BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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