Html Css Color HEX #834FFC Medium Slate Blue

📋 copy color: '#834FFC'

red 131 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #834FFC

Tints of Medium Slate Blue #834FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

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

R = 28.35%
G = 17.1%
B = 54.55%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#834FFC (or 0x834FFC) is known color: Medium Slate Blue. HEX triplet: 83, 4F and FC. RGB value is (131,79,252). Sum of RGB (Red+Green+Blue) = 131+79+252=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #834FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FFC is #7CB003. Grayscale: #717171. Windows color (decimal): -8171524 or 16535427. OLE color: 16535427.

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

Color convert

RGB 131 79 252 -
CMYK 0.48 0.69 0 0.01
HSL 258.03º 0.97% 0.65% -
HSV(B) 258.03º 0.69% 0.99% -
XYZ 29.73 17.45 93.9 -
YUV 114.27 205.73 139.93 -
System Red Green Blue C M Y K H S L
Decimal 131 79 252 0.48 0.69 0 0.01 258.03 0.97 0.65
Hex 83 4F FC 30 45 0 1 102 61 41
Octal 203 117 374 60 105 0 1 402 141 101
Binary 10000011 1001111 11111100 110000 1000101 0 1 100000010 1100001 1000001

Color Harmonies of #834FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FFC

Black with #834FFC

Text Example


Text Example

White with #834FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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