Html Css Color HEX #834FDF Medium Slate Blue

📋 copy color: '#834FDF'

red 131 ◦ green 79 ◦ blue 223

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

Shades of Medium Slate Blue #834FDF

Tints of Medium Slate Blue #834FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 30.25%
G = 18.24%
B = 51.5%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#834FDF (or 0x834FDF) is known color: Medium Slate Blue. HEX triplet: 83, 4F and DF. RGB value is (131,79,223). Sum of RGB (Red+Green+Blue) = 131+79+223=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #834FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FDF is #7CB020. Grayscale: #6E6E6E. Windows color (decimal): -8171553 or 14634883. OLE color: 14634883.

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

Color convert

RGB 131 79 223 -
CMYK 0.41 0.65 0 0.13
HSL 261.67º 0.69% 0.59% -
HSV(B) 261.67º 0.65% 0.87% -
XYZ 25.48 15.74 71.51 -
YUV 110.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 131 79 223 0.41 0.65 0 0.13 261.67 0.69 0.59
Hex 83 4F DF 29 41 0 D 106 45 3B
Octal 203 117 337 51 101 0 15 406 105 73
Binary 10000011 1001111 11011111 101001 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #834FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FDF

Black with #834FDF

Text Example


Text Example

White with #834FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834FDF; }

 p { color: rgb(131,79,223); }

 H1.HeaderClassName
 {
   color: #834FDF;
 }
 .AnyTagClassName
 {
   color: #834FDF;
 }
</style>

background-color css

<style>
 a { background-color: #834FDF; }

 a { background-color: rgb(131,79,223); }

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

border-color css

<style>
 span { border-color: #834FDF; }

 span { border-color: rgb(131,79,223); }

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