Html Css Color HEX #835ADE Medium Slate Blue

📋 copy color: '#835ADE'

red 131 ◦ green 90 ◦ blue 222

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

Shades of Medium Slate Blue #835ADE

Tints of Medium Slate Blue #835ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 29.57%
G = 20.32%
B = 50.11%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835ADE (or 0x835ADE) is known color: Medium Slate Blue. HEX triplet: 83, 5A and DE. RGB value is (131,90,222). Sum of RGB (Red+Green+Blue) = 131+90+222=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #835ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ADE is #7CA521. Grayscale: #747474. Windows color (decimal): -8168738 or 14572163. OLE color: 14572163.

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

Color convert

RGB 131 90 222 -
CMYK 0.41 0.59 0 0.13
HSL 258.64º 0.67% 0.61% -
HSV(B) 258.64º 0.59% 0.87% -
XYZ 26.2 17.41 71.09 -
YUV 117.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 131 90 222 0.41 0.59 0 0.13 258.64 0.67 0.61
Hex 83 5A DE 29 3B 0 D 103 43 3D
Octal 203 132 336 51 73 0 15 403 103 75
Binary 10000011 1011010 11011110 101001 111011 0 1101 100000011 1000011 111101

Color Harmonies of #835ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ADE

Black with #835ADE

Text Example


Text Example

White with #835ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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