Html Css Color HEX #834EEF Medium Slate Blue

📋 copy color: '#834EEF'

red 131 ◦ green 78 ◦ blue 239

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

Shades of Medium Slate Blue #834EEF

Tints of Medium Slate Blue #834EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 29.24%
G = 17.41%
B = 53.35%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#834EEF (or 0x834EEF) is known color: Medium Slate Blue. HEX triplet: 83, 4E and EF. RGB value is (131,78,239). Sum of RGB (Red+Green+Blue) = 131+78+239=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #834EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EEF is #7CB110. Grayscale: #6F6F6F. Windows color (decimal): -8171793 or 15683203. OLE color: 15683203.

HSL color Cylindrical-coordinate representation of color #834EEF: hue angle of 259.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834EEF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 78 239 -
CMYK 0.45 0.67 0 0.06
HSL 259.75º 0.83% 0.62% -
HSV(B) 259.75º 0.67% 0.94% -
XYZ 27.66 16.51 83.39 -
YUV 112.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 131 78 239 0.45 0.67 0 0.06 259.75 0.83 0.62
Hex 83 4E EF 2D 43 0 6 104 53 3E
Octal 203 116 357 55 103 0 6 404 123 76
Binary 10000011 1001110 11101111 101101 1000011 0 110 100000100 1010011 111110

Color Harmonies of #834EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EEF

Black with #834EEF

Text Example


Text Example

White with #834EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,78,239); }

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

background-color css

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

 a { background-color: rgb(131,78,239); }

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

border-color css

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

 span { border-color: rgb(131,78,239); }

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