Html Css Color HEX #834AF8 Medium Slate Blue

📋 copy color: '#834AF8'

red 131 ◦ green 74 ◦ blue 248

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

Shades of Medium Slate Blue #834AF8

Tints of Medium Slate Blue #834AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.34%

 BLUE value IS 248 (97.27% from 255) = 54.75%

R = 28.92%
G = 16.34%
B = 54.75%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#834AF8 (or 0x834AF8) is known color: Medium Slate Blue. HEX triplet: 83, 4A and F8. RGB value is (131,74,248). Sum of RGB (Red+Green+Blue) = 131+74+248=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #834AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AF8 is #7CB507. Grayscale: #6E6E6E. Windows color (decimal): -8172808 or 16272003. OLE color: 16272003.

HSL color Cylindrical-coordinate representation of color #834AF8: hue angle of 259.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834AF8 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 74 248 -
CMYK 0.47 0.70 0 0.03
HSL 259.66º 0.93% 0.63% -
HSV(B) 259.66º 0.7% 0.97% -
XYZ 28.75 16.5 90.48 -
YUV 110.88 205.38 142.35 -
System Red Green Blue C M Y K H S L
Decimal 131 74 248 0.47 0.70 0 0.03 259.66 0.93 0.63
Hex 83 4A F8 2F 46 0 3 104 5D 3F
Octal 203 112 370 57 106 0 3 404 135 77
Binary 10000011 1001010 11111000 101111 1000110 0 11 100000100 1011101 111111

Color Harmonies of #834AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AF8

Black with #834AF8

Text Example


Text Example

White with #834AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,248); }

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

background-color css

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

 a { background-color: rgb(131,74,248); }

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

border-color css

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

 span { border-color: rgb(131,74,248); }

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