Html Css Color HEX #836DFE Light Slate Blue

📋 copy color: '#836DFE'

red 131 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #836DFE

Tints of Light Slate Blue #836DFE

RGB

 RED value IS 131 (51.56% from 255) = 26.52%

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

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

R = 26.52%
G = 22.06%
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

#836DFE (or 0x836DFE) is known color: Light Slate Blue. HEX triplet: 83, 6D and FE. RGB value is (131,109,254). Sum of RGB (Red+Green+Blue) = 131+109+254=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 109 (42.97% from 255 or 22.06% 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 #836DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836DFE is #7C9201. Grayscale: #838383. Windows color (decimal): -8163842 or 16674179. OLE color: 16674179.

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

Color convert

RGB 131 109 254 -
CMYK 0.48 0.57 0 0.00
HSL 249.1º 0.99% 0.71% -
HSV(B) 249.1º 0.57% 1% -
XYZ 32.72 22.92 96.47 -
YUV 132.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 131 109 254 0.48 0.57 0 0.00 249.1 0.99 0.71
Hex 83 6D FE 30 39 0 0 F9 63 47
Octal 203 155 376 60 71 0 0 371 143 107
Binary 10000011 1101101 11111110 110000 111001 0 0 11111001 1100011 1000111

Color Harmonies of #836DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DFE

Black with #836DFE

Text Example


Text Example

White with #836DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836DFE; }

 p { color: rgb(131,109,254); }

 H1.HeaderClassName
 {
   color: #836DFE;
 }
 .AnyTagClassName
 {
   color: #836DFE;
 }
</style>

background-color css

<style>
 a { background-color: #836DFE; }

 a { background-color: rgb(131,109,254); }

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

border-color css

<style>
 span { border-color: #836DFE; }

 span { border-color: rgb(131,109,254); }

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