Html Css Color HEX #834CFD Medium Slate Blue

📋 copy color: '#834CFD'

red 131 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #834CFD

Tints of Medium Slate Blue #834CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 28.48%
G = 16.52%
B = 55%

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

#834CFD (or 0x834CFD) is known color: Medium Slate Blue. HEX triplet: 83, 4C and FD. RGB value is (131,76,253). Sum of RGB (Red+Green+Blue) = 131+76+253=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #834CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CFD is #7CB302. Grayscale: #6F6F6F. Windows color (decimal): -8172291 or 16600195. OLE color: 16600195.

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

Color convert

RGB 131 76 253 -
CMYK 0.48 0.70 0 0.01
HSL 258.64º 0.98% 0.65% -
HSV(B) 258.64º 0.7% 0.99% -
XYZ 29.67 17.09 94.66 -
YUV 112.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 131 76 253 0.48 0.70 0 0.01 258.64 0.98 0.65
Hex 83 4C FD 30 46 0 1 103 62 41
Octal 203 114 375 60 106 0 1 403 142 101
Binary 10000011 1001100 11111101 110000 1000110 0 1 100000011 1100010 1000001

Color Harmonies of #834CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CFD

Black with #834CFD

Text Example


Text Example

White with #834CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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