Html Css Color HEX #946BFC Light Slate Blue

📋 copy color: '#946BFC'

red 148 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #946BFC

Tints of Light Slate Blue #946BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 29.19%
G = 21.1%
B = 49.7%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946BFC (or 0x946BFC) is known color: Light Slate Blue. HEX triplet: 94, 6B and FC. RGB value is (148,107,252). Sum of RGB (Red+Green+Blue) = 148+107+252=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #946BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFC is #6B9403. Grayscale: #878787. Windows color (decimal): -7050244 or 16542612. OLE color: 16542612.

HSL color Cylindrical-coordinate representation of color #946BFC: hue angle of 256.97º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #946BFC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 107 252 -
CMYK 0.41 0.58 0 0.01
HSL 256.97º 0.96% 0.7% -
HSV(B) 256.97º 0.58% 0.99% -
XYZ 35.04 23.84 94.85 -
YUV 135.79 193.58 136.71 -
System Red Green Blue C M Y K H S L
Decimal 148 107 252 0.41 0.58 0 0.01 256.97 0.96 0.7
Hex 94 6B FC 29 3A 0 1 101 60 46
Octal 224 153 374 51 72 0 1 401 140 106
Binary 10010100 1101011 11111100 101001 111010 0 1 100000001 1100000 1000110

Color Harmonies of #946BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFC

Black with #946BFC

Text Example


Text Example

White with #946BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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