Html Css Color HEX #834FDD Medium Slate Blue

📋 copy color: '#834FDD'

red 131 ◦ green 79 ◦ blue 221

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

Shades of Medium Slate Blue #834FDD

Tints of Medium Slate Blue #834FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 30.39%
G = 18.33%
B = 51.28%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#834FDD (or 0x834FDD) is known color: Medium Slate Blue. HEX triplet: 83, 4F and DD. RGB value is (131,79,221). Sum of RGB (Red+Green+Blue) = 131+79+221=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #834FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FDD is #7CB022. Grayscale: #6E6E6E. Windows color (decimal): -8171555 or 14503811. OLE color: 14503811.

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

Color convert

RGB 131 79 221 -
CMYK 0.41 0.64 0 0.13
HSL 261.97º 0.68% 0.59% -
HSV(B) 261.97º 0.64% 0.87% -
XYZ 25.21 15.64 70.1 -
YUV 110.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 131 79 221 0.41 0.64 0 0.13 261.97 0.68 0.59
Hex 83 4F DD 29 40 0 D 106 44 3B
Octal 203 117 335 51 100 0 15 406 104 73
Binary 10000011 1001111 11011101 101001 1000000 0 1101 100000110 1000100 111011

Color Harmonies of #834FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FDD

Black with #834FDD

Text Example


Text Example

White with #834FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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