#835AF8

Color #835AF8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #835AF8

Tints of Medium Slate Blue #835AF8

Color information

#835AF8 (or 0x835AF8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 5A and F8. RGB value is (131,90,248). Sum of RGB (Red+Green+Blue) = 131+90+248=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #835AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835AF8 is #7CA507. Grayscale: #777777. Windows color (decimal): -8168712 or 16276099. OLE color: 16276099.

HSL color Cylindrical-coordinate representation of color #835AF8: hue angle of 255.57º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #835AF8 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13190248-
CMYK0.470.6400.03
HSL255.57º91.86%66.27%-
HSV(B)255.57º63.71%97.25%-
XYZ29.9618.9190.88-
YUV120.27200.08135.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 248 (97.27% from 255) = 52.88%
R=27.93%
G=19.19%
B=52.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal131902480.470.6400.03255.5791.8666.27
Hex835AF82F40031005c42
Octal2031323705710003400134102
Binary10000011101101011111000101111100000001110000000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #835AF8;
 }
 .AnyTagClassName
 {
   color: #835AF8;
 }
</style>
background-color css

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

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

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

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

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

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