Html Css Color HEX #834CFC Medium Slate Blue

📋 copy color: '#834CFC'

red 131 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #834CFC

Tints of Medium Slate Blue #834CFC

RGB

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

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

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

R = 28.54%
G = 16.56%
B = 54.9%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#834CFC (or 0x834CFC) is known color: Medium Slate Blue. HEX triplet: 83, 4C and FC. RGB value is (131,76,252). Sum of RGB (Red+Green+Blue) = 131+76+252=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #834CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CFC is #7CB303. Grayscale: #6F6F6F. Windows color (decimal): -8172292 or 16534659. OLE color: 16534659.

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

Color convert

RGB 131 76 252 -
CMYK 0.48 0.70 0 0.01
HSL 258.75º 0.97% 0.64% -
HSV(B) 258.75º 0.7% 0.99% -
XYZ 29.52 17.02 93.83 -
YUV 112.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 131 76 252 0.48 0.70 0 0.01 258.75 0.97 0.64
Hex 83 4C FC 30 46 0 1 103 61 40
Octal 203 114 374 60 106 0 1 403 141 100
Binary 10000011 1001100 11111100 110000 1000110 0 1 100000011 1100001 1000000

Color Harmonies of #834CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CFC

Black with #834CFC

Text Example


Text Example

White with #834CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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