Html Css Color HEX #846DF6 Light Slate Blue

📋 copy color: '#846DF6'

red 132 ◦ green 109 ◦ blue 246

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

Shades of Light Slate Blue #846DF6

Tints of Light Slate Blue #846DF6

RGB

 RED value IS 132 (51.95% from 255) = 27.1%

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 27.1%
G = 22.38%
B = 50.51%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#846DF6 (or 0x846DF6) is known color: Light Slate Blue. HEX triplet: 84, 6D and F6. RGB value is (132,109,246). Sum of RGB (Red+Green+Blue) = 132+109+246=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #846DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DF6 is #7B9209. Grayscale: #828282. Windows color (decimal): -8098314 or 16149892. OLE color: 16149892.

HSL color Cylindrical-coordinate representation of color #846DF6: hue angle of 250.07º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846DF6 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 109 246 -
CMYK 0.46 0.56 0 0.04
HSL 250.07º 0.88% 0.7% -
HSV(B) 250.07º 0.56% 0.96% -
XYZ 31.62 22.5 89.86 -
YUV 131.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 132 109 246 0.46 0.56 0 0.04 250.07 0.88 0.7
Hex 84 6D F6 2E 38 0 4 FA 58 46
Octal 204 155 366 56 70 0 4 372 130 106
Binary 10000100 1101101 11110110 101110 111000 0 100 11111010 1011000 1000110

Color Harmonies of #846DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DF6

Black with #846DF6

Text Example


Text Example

White with #846DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846DF6; }

 p { color: rgb(132,109,246); }

 H1.HeaderClassName
 {
   color: #846DF6;
 }
 .AnyTagClassName
 {
   color: #846DF6;
 }
</style>

background-color css

<style>
 a { background-color: #846DF6; }

 a { background-color: rgb(132,109,246); }

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

border-color css

<style>
 span { border-color: #846DF6; }

 span { border-color: rgb(132,109,246); }

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