Html Css Color HEX #946BFF Light Slate Blue

📋 copy color: '#946BFF'

red 148 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #946BFF

Tints of Light Slate Blue #946BFF

RGB

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

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

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

R = 29.02%
G = 20.98%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#946BFF (or 0x946BFF) is known color: Light Slate Blue. HEX triplet: 94, 6B and FF. RGB value is (148,107,255). Sum of RGB (Red+Green+Blue) = 148+107+255=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #946BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFF is #6B9400. Grayscale: #878787. Windows color (decimal): -7050241 or 16739220. OLE color: 16739220.

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

Color convert

RGB 148 107 255 -
CMYK 0.42 0.58 0 0
HSL 256.62º 1% 0.71% -
HSV(B) 256.62º 0.58% 1% -
XYZ 35.52 24.03 97.37 -
YUV 136.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 148 107 255 0.42 0.58 0 0 256.62 1 0.71
Hex 94 6B FF 2A 3A 0 0 101 64 47
Octal 224 153 377 52 72 0 0 401 144 107
Binary 10010100 1101011 11111111 101010 111010 0 0 100000001 1100100 1000111

Color Harmonies of #946BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFF

Black with #946BFF

Text Example


Text Example

White with #946BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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