Html Css Color HEX #846CFE Light Slate Blue

📋 copy color: '#846CFE'

red 132 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #846CFE

Tints of Light Slate Blue #846CFE

RGB

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

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

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

R = 26.72%
G = 21.86%
B = 51.42%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#846CFE (or 0x846CFE) is known color: Light Slate Blue. HEX triplet: 84, 6C and FE. RGB value is (132,108,254). Sum of RGB (Red+Green+Blue) = 132+108+254=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #846CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CFE is #7B9301. Grayscale: #838383. Windows color (decimal): -8098562 or 16673924. OLE color: 16673924.

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

Color convert

RGB 132 108 254 -
CMYK 0.48 0.57 0 0.00
HSL 249.86º 0.99% 0.71% -
HSV(B) 249.86º 0.57% 1% -
XYZ 32.77 22.79 96.44 -
YUV 131.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 132 108 254 0.48 0.57 0 0.00 249.86 0.99 0.71
Hex 84 6C FE 30 39 0 0 FA 63 47
Octal 204 154 376 60 71 0 0 372 143 107
Binary 10000100 1101100 11111110 110000 111001 0 0 11111010 1100011 1000111

Color Harmonies of #846CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CFE

Black with #846CFE

Text Example


Text Example

White with #846CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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