Html Css Color HEX #835FEF Medium Slate Blue

📋 copy color: '#835FEF'

red 131 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #835FEF

Tints of Medium Slate Blue #835FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 28.17%
G = 20.43%
B = 51.4%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#835FEF (or 0x835FEF) is known color: Medium Slate Blue. HEX triplet: 83, 5F and EF. RGB value is (131,95,239). Sum of RGB (Red+Green+Blue) = 131+95+239=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #835FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FEF is #7CA010. Grayscale: #797979. Windows color (decimal): -8167441 or 15687555. OLE color: 15687555.

HSL color Cylindrical-coordinate representation of color #835FEF: hue angle of 255º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835FEF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 95 239 -
CMYK 0.45 0.60 0 0.06
HSL 255º 0.82% 0.65% -
HSV(B) 255º 0.6% 0.94% -
XYZ 29.03 19.24 83.85 -
YUV 122.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 131 95 239 0.45 0.60 0 0.06 255 0.82 0.65
Hex 83 5F EF 2D 3C 0 6 FF 52 41
Octal 203 137 357 55 74 0 6 377 122 101
Binary 10000011 1011111 11101111 101101 111100 0 110 11111111 1010010 1000001

Color Harmonies of #835FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FEF

Black with #835FEF

Text Example


Text Example

White with #835FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,95,239); }

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

background-color css

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

 a { background-color: rgb(131,95,239); }

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

border-color css

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

 span { border-color: rgb(131,95,239); }

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