Html Css Color HEX #835ADF Medium Slate Blue

📋 copy color: '#835ADF'

red 131 ◦ green 90 ◦ blue 223

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

Shades of Medium Slate Blue #835ADF

Tints of Medium Slate Blue #835ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 29.5%
G = 20.27%
B = 50.23%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835ADF (or 0x835ADF) is known color: Medium Slate Blue. HEX triplet: 83, 5A and DF. RGB value is (131,90,223). Sum of RGB (Red+Green+Blue) = 131+90+223=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #835ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ADF is #7CA520. Grayscale: #747474. Windows color (decimal): -8168737 or 14637699. OLE color: 14637699.

HSL color Cylindrical-coordinate representation of color #835ADF: hue angle of 258.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835ADF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 90 223 -
CMYK 0.41 0.60 0 0.13
HSL 258.5º 0.68% 0.61% -
HSV(B) 258.5º 0.6% 0.87% -
XYZ 26.34 17.47 71.8 -
YUV 117.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 131 90 223 0.41 0.60 0 0.13 258.5 0.68 0.61
Hex 83 5A DF 29 3C 0 D 102 44 3D
Octal 203 132 337 51 74 0 15 402 104 75
Binary 10000011 1011010 11011111 101001 111100 0 1101 100000010 1000100 111101

Color Harmonies of #835ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ADF

Black with #835ADF

Text Example


Text Example

White with #835ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,223); }

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

background-color css

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

 a { background-color: rgb(131,90,223); }

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

border-color css

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

 span { border-color: rgb(131,90,223); }

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