Html Css Color HEX #834CE9 Medium Slate Blue

📋 copy color: '#834CE9'

red 131 ◦ green 76 ◦ blue 233

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

Shades of Medium Slate Blue #834CE9

Tints of Medium Slate Blue #834CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 29.77%
G = 17.27%
B = 52.95%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#834CE9 (or 0x834CE9) is known color: Medium Slate Blue. HEX triplet: 83, 4C and E9. RGB value is (131,76,233). Sum of RGB (Red+Green+Blue) = 131+76+233=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #834CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CE9 is #7CB316. Grayscale: #6D6D6D. Windows color (decimal): -8172311 or 15289475. OLE color: 15289475.

HSL color Cylindrical-coordinate representation of color #834CE9: hue angle of 261.02º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834CE9 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 76 233 -
CMYK 0.44 0.67 0 0.09
HSL 261.02º 0.78% 0.61% -
HSV(B) 261.02º 0.67% 0.91% -
XYZ 26.65 15.88 78.75 -
YUV 110.34 197.22 142.73 -
System Red Green Blue C M Y K H S L
Decimal 131 76 233 0.44 0.67 0 0.09 261.02 0.78 0.61
Hex 83 4C E9 2C 43 0 9 105 4E 3D
Octal 203 114 351 54 103 0 11 405 116 75
Binary 10000011 1001100 11101001 101100 1000011 0 1001 100000101 1001110 111101

Color Harmonies of #834CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CE9

Black with #834CE9

Text Example


Text Example

White with #834CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,233); }

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

background-color css

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

 a { background-color: rgb(131,76,233); }

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

border-color css

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

 span { border-color: rgb(131,76,233); }

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