Html Css Color HEX #835AFD Medium Slate Blue

📋 copy color: '#835AFD'

red 131 ◦ green 90 ◦ blue 253

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

Shades of Medium Slate Blue #835AFD

Tints of Medium Slate Blue #835AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 27.64%
G = 18.99%
B = 53.38%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#835AFD (or 0x835AFD) is known color: Medium Slate Blue. HEX triplet: 83, 5A and FD. RGB value is (131,90,253). Sum of RGB (Red+Green+Blue) = 131+90+253=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #835AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AFD is #7CA502. Grayscale: #787878. Windows color (decimal): -8168707 or 16603779. OLE color: 16603779.

HSL color Cylindrical-coordinate representation of color #835AFD: hue angle of 255.09º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835AFD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 90 253 -
CMYK 0.48 0.64 0 0.01
HSL 255.09º 0.98% 0.67% -
HSV(B) 255.09º 0.64% 0.99% -
XYZ 30.75 19.23 95.02 -
YUV 120.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 131 90 253 0.48 0.64 0 0.01 255.09 0.98 0.67
Hex 83 5A FD 30 40 0 1 FF 62 43
Octal 203 132 375 60 100 0 1 377 142 103
Binary 10000011 1011010 11111101 110000 1000000 0 1 11111111 1100010 1000011

Color Harmonies of #835AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AFD

Black with #835AFD

Text Example


Text Example

White with #835AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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