Html Css Color HEX #834CFB Medium Slate Blue

📋 copy color: '#834CFB'

red 131 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #834CFB

Tints of Medium Slate Blue #834CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 28.6%
G = 16.59%
B = 54.8%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#834CFB (or 0x834CFB) is known color: Medium Slate Blue. HEX triplet: 83, 4C and FB. RGB value is (131,76,251). Sum of RGB (Red+Green+Blue) = 131+76+251=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #834CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CFB is #7CB304. Grayscale: #6F6F6F. Windows color (decimal): -8172293 or 16469123. OLE color: 16469123.

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

Color convert

RGB 131 76 251 -
CMYK 0.48 0.70 0 0.02
HSL 258.86º 0.96% 0.64% -
HSV(B) 258.86º 0.7% 0.98% -
XYZ 29.36 16.96 92.99 -
YUV 112.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 131 76 251 0.48 0.70 0 0.02 258.86 0.96 0.64
Hex 83 4C FB 30 46 0 2 103 60 40
Octal 203 114 373 60 106 0 2 403 140 100
Binary 10000011 1001100 11111011 110000 1000110 0 10 100000011 1100000 1000000

Color Harmonies of #834CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CFB

Black with #834CFB

Text Example


Text Example

White with #834CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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