Html Css Color HEX #835FE0 Medium Slate Blue

📋 copy color: '#835FE0'

red 131 ◦ green 95 ◦ blue 224

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

Shades of Medium Slate Blue #835FE0

Tints of Medium Slate Blue #835FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 29.11%
G = 21.11%
B = 49.78%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#835FE0 (or 0x835FE0) is known color: Medium Slate Blue. HEX triplet: 83, 5F and E0. RGB value is (131,95,224). Sum of RGB (Red+Green+Blue) = 131+95+224=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #835FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FE0 is #7CA01F. Grayscale: #777777. Windows color (decimal): -8167456 or 14704515. OLE color: 14704515.

HSL color Cylindrical-coordinate representation of color #835FE0: hue angle of 256.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835FE0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 95 224 -
CMYK 0.42 0.58 0 0.12
HSL 256.74º 0.68% 0.63% -
HSV(B) 256.74º 0.58% 0.88% -
XYZ 26.91 18.39 72.65 -
YUV 120.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 131 95 224 0.42 0.58 0 0.12 256.74 0.68 0.63
Hex 83 5F E0 2A 3A 0 C 101 44 3F
Octal 203 137 340 52 72 0 14 401 104 77
Binary 10000011 1011111 11100000 101010 111010 0 1100 100000001 1000100 111111

Color Harmonies of #835FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FE0

Black with #835FE0

Text Example


Text Example

White with #835FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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