#835FFA

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

Shades of Medium Slate Blue #835FFA

Tints of Medium Slate Blue #835FFA

Color information

#835FFA (or 0x835FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 5F and FA. RGB value is (131,95,250). Sum of RGB (Red+Green+Blue) = 131+95+250=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #835FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835FFA is #7CA005. Grayscale: #7A7A7A. Windows color (decimal): -8167430 or 16408451. OLE color: 16408451.

HSL color Cylindrical-coordinate representation of color #835FFA: hue angle of 253.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835FFA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13195250-
CMYK0.480.6200.02
HSL253.94º93.94%67.65%-
HSV(B)253.94º62%98.04%-
XYZ30.7119.9192.67-
YUV123.43199.43133.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 250 (98.05% from 255) = 52.52%
R=27.52%
G=19.96%
B=52.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131952500.480.6200.02253.9493.9467.65
Hex835FFA303E02fe5e44
Octal203137372607602376136104
Binary100000111011111111110101100001111100101111111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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