Html Css Color HEX #8256FA Medium Slate Blue

📋 copy color: '#8256FA'

red 130 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #8256FA

Tints of Medium Slate Blue #8256FA

RGB

 RED value IS 130 (51.17% from 255) = 27.9%

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 27.9%
G = 18.45%
B = 53.65%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8256FA (or 0x8256FA) is known color: Medium Slate Blue. HEX triplet: 82, 56 and FA. RGB value is (130,86,250). Sum of RGB (Red+Green+Blue) = 130+86+250=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #8256FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8256FA is #7DA905. Grayscale: #757575. Windows color (decimal): -8235270 or 16406146. OLE color: 16406146.

HSL color Cylindrical-coordinate representation of color #8256FA: hue angle of 256.1º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8256FA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 86 250 -
CMYK 0.48 0.66 0 0.02
HSL 256.1º 0.94% 0.66% -
HSV(B) 256.1º 0.66% 0.98% -
XYZ 29.79 18.3 92.41 -
YUV 117.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 130 86 250 0.48 0.66 0 0.02 256.1 0.94 0.66
Hex 82 56 FA 30 42 0 2 100 5E 42
Octal 202 126 372 60 102 0 2 400 136 102
Binary 10000010 1010110 11111010 110000 1000010 0 10 100000000 1011110 1000010

Color Harmonies of #8256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256FA

Black with #8256FA

Text Example


Text Example

White with #8256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8256FA; }

 p { color: rgb(130,86,250); }

 H1.HeaderClassName
 {
   color: #8256FA;
 }
 .AnyTagClassName
 {
   color: #8256FA;
 }
</style>

background-color css

<style>
 a { background-color: #8256FA; }

 a { background-color: rgb(130,86,250); }

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

border-color css

<style>
 span { border-color: #8256FA; }

 span { border-color: rgb(130,86,250); }

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