Html Css Color HEX #846BFE Light Slate Blue

📋 copy color: '#846BFE'

red 132 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #846BFE

Tints of Light Slate Blue #846BFE

RGB

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

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

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

R = 26.77%
G = 21.7%
B = 51.52%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#846BFE (or 0x846BFE) is known color: Light Slate Blue. HEX triplet: 84, 6B and FE. RGB value is (132,107,254). Sum of RGB (Red+Green+Blue) = 132+107+254=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #846BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846BFE is #7B9401. Grayscale: #828282. Windows color (decimal): -8098818 or 16673668. OLE color: 16673668.

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

Color convert

RGB 132 107 254 -
CMYK 0.48 0.58 0 0.00
HSL 250.2º 0.99% 0.71% -
HSV(B) 250.2º 0.58% 1% -
XYZ 32.66 22.58 96.4 -
YUV 131.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 132 107 254 0.48 0.58 0 0.00 250.2 0.99 0.71
Hex 84 6B FE 30 3A 0 0 FA 63 47
Octal 204 153 376 60 72 0 0 372 143 107
Binary 10000100 1101011 11111110 110000 111010 0 0 11111010 1100011 1000111

Color Harmonies of #846BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BFE

Black with #846BFE

Text Example


Text Example

White with #846BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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