Html Css Color HEX #834AFC Medium Slate Blue

📋 copy color: '#834AFC'

red 131 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #834AFC

Tints of Medium Slate Blue #834AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 28.67%
G = 16.19%
B = 55.14%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#834AFC (or 0x834AFC) is known color: Medium Slate Blue. HEX triplet: 83, 4A and FC. RGB value is (131,74,252). Sum of RGB (Red+Green+Blue) = 131+74+252=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #834AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AFC is #7CB503. Grayscale: #6E6E6E. Windows color (decimal): -8172804 or 16534147. OLE color: 16534147.

HSL color Cylindrical-coordinate representation of color #834AFC: hue angle of 259.21º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #834AFC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 74 252 -
CMYK 0.48 0.71 0 0.01
HSL 259.21º 0.97% 0.64% -
HSV(B) 259.21º 0.71% 0.99% -
XYZ 29.38 16.75 93.78 -
YUV 111.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 131 74 252 0.48 0.71 0 0.01 259.21 0.97 0.64
Hex 83 4A FC 30 47 0 1 103 61 40
Octal 203 112 374 60 107 0 1 403 141 100
Binary 10000011 1001010 11111100 110000 1000111 0 1 100000011 1100001 1000000

Color Harmonies of #834AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AFC

Black with #834AFC

Text Example


Text Example

White with #834AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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