Html Css Color HEX #836EF4 Light Slate Blue

📋 copy color: '#836EF4'

red 131 ◦ green 110 ◦ blue 244

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

Shades of Light Slate Blue #836EF4

Tints of Light Slate Blue #836EF4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 27.01%
G = 22.68%
B = 50.31%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#836EF4 (or 0x836EF4) is known color: Light Slate Blue. HEX triplet: 83, 6E and F4. RGB value is (131,110,244). Sum of RGB (Red+Green+Blue) = 131+110+244=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #836EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EF4 is #7C910B. Grayscale: #838383. Windows color (decimal): -8163596 or 16019075. OLE color: 16019075.

HSL color Cylindrical-coordinate representation of color #836EF4: hue angle of 249.4º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836EF4 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 110 244 -
CMYK 0.46 0.55 0 0.04
HSL 249.4º 0.86% 0.69% -
HSV(B) 249.4º 0.55% 0.96% -
XYZ 31.27 22.51 88.28 -
YUV 131.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 131 110 244 0.46 0.55 0 0.04 249.4 0.86 0.69
Hex 83 6E F4 2E 37 0 4 F9 56 45
Octal 203 156 364 56 67 0 4 371 126 105
Binary 10000011 1101110 11110100 101110 110111 0 100 11111001 1010110 1000101

Color Harmonies of #836EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EF4

Black with #836EF4

Text Example


Text Example

White with #836EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,244); }

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

background-color css

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

 a { background-color: rgb(131,110,244); }

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

border-color css

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

 span { border-color: rgb(131,110,244); }

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