Html Css Color HEX #8256FF Medium Slate Blue

📋 copy color: '#8256FF'

red 130 ◦ green 86 ◦ blue 255

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

Shades of Medium Slate Blue #8256FF

Tints of Medium Slate Blue #8256FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 27.6%
G = 18.26%
B = 54.14%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8256FF (or 0x8256FF) is known color: Medium Slate Blue. HEX triplet: 82, 56 and FF. RGB value is (130,86,255). Sum of RGB (Red+Green+Blue) = 130+86+255=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8256FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8256FF is #7DA900. Grayscale: #757575. Windows color (decimal): -8235265 or 16733826. OLE color: 16733826.

HSL color Cylindrical-coordinate representation of color #8256FF: hue angle of 255.62º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8256FF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 86 255 -
CMYK 0.49 0.66 0 0
HSL 255.62º 1% 0.67% -
HSV(B) 255.62º 0.66% 1% -
XYZ 30.58 18.62 96.59 -
YUV 118.42 205.08 136.26 -
System Red Green Blue C M Y K H S L
Decimal 130 86 255 0.49 0.66 0 0 255.62 1 0.67
Hex 82 56 FF 31 42 0 0 100 64 43
Octal 202 126 377 61 102 0 0 400 144 103
Binary 10000010 1010110 11111111 110001 1000010 0 0 100000000 1100100 1000011

Color Harmonies of #8256FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256FF

Black with #8256FF

Text Example


Text Example

White with #8256FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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