Html Css Color HEX #836AFE Light Slate Blue

📋 copy color: '#836AFE'

red 131 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #836AFE

Tints of Light Slate Blue #836AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

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

R = 26.68%
G = 21.59%
B = 51.73%

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

#836AFE (or 0x836AFE) is known color: Light Slate Blue. HEX triplet: 83, 6A and FE. RGB value is (131,106,254). Sum of RGB (Red+Green+Blue) = 131+106+254=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #836AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AFE is #7C9501. Grayscale: #818181. Windows color (decimal): -8164610 or 16673411. OLE color: 16673411.

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

Color convert

RGB 131 106 254 -
CMYK 0.48 0.58 0 0.00
HSL 250.14º 0.99% 0.71% -
HSV(B) 250.14º 0.58% 1% -
XYZ 32.4 22.29 96.36 -
YUV 130.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 131 106 254 0.48 0.58 0 0.00 250.14 0.99 0.71
Hex 83 6A FE 30 3A 0 0 FA 63 47
Octal 203 152 376 60 72 0 0 372 143 107
Binary 10000011 1101010 11111110 110000 111010 0 0 11111010 1100011 1000111

Color Harmonies of #836AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AFE

Black with #836AFE

Text Example


Text Example

White with #836AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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