Html Css Color HEX #835DF4 Medium Slate Blue

📋 copy color: '#835DF4'

red 131 ◦ green 93 ◦ blue 244

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

Shades of Medium Slate Blue #835DF4

Tints of Medium Slate Blue #835DF4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.87%

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

R = 27.99%
G = 19.87%
B = 52.14%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#835DF4 (or 0x835DF4) is known color: Medium Slate Blue. HEX triplet: 83, 5D and F4. RGB value is (131,93,244). Sum of RGB (Red+Green+Blue) = 131+93+244=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #835DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DF4 is #7CA20B. Grayscale: #797979. Windows color (decimal): -8167948 or 16014723. OLE color: 16014723.

HSL color Cylindrical-coordinate representation of color #835DF4: hue angle of 255.1º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835DF4 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 93 244 -
CMYK 0.46 0.62 0 0.04
HSL 255.1º 0.87% 0.66% -
HSV(B) 255.1º 0.62% 0.96% -
XYZ 29.6 19.19 87.73 -
YUV 121.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 131 93 244 0.46 0.62 0 0.04 255.1 0.87 0.66
Hex 83 5D F4 2E 3E 0 4 FF 57 42
Octal 203 135 364 56 76 0 4 377 127 102
Binary 10000011 1011101 11110100 101110 111110 0 100 11111111 1010111 1000010

Color Harmonies of #835DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DF4

Black with #835DF4

Text Example


Text Example

White with #835DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835DF4; }

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

 H1.HeaderClassName
 {
   color: #835DF4;
 }
 .AnyTagClassName
 {
   color: #835DF4;
 }
</style>

background-color css

<style>
 a { background-color: #835DF4; }

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

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

border-color css

<style>
 span { border-color: #835DF4; }

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

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