Html Css Color HEX #8256FC Medium Slate Blue

📋 copy color: '#8256FC'

red 130 ◦ green 86 ◦ blue 252

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

Shades of Medium Slate Blue #8256FC

Tints of Medium Slate Blue #8256FC

RGB

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

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

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

R = 27.78%
G = 18.38%
B = 53.85%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8256FC (or 0x8256FC) is known color: Medium Slate Blue. HEX triplet: 82, 56 and FC. RGB value is (130,86,252). Sum of RGB (Red+Green+Blue) = 130+86+252=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8256FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8256FC is #7DA903. Grayscale: #757575. Windows color (decimal): -8235268 or 16537218. OLE color: 16537218.

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

Color convert

RGB 130 86 252 -
CMYK 0.48 0.66 0 0.01
HSL 255.9º 0.97% 0.66% -
HSV(B) 255.9º 0.66% 0.99% -
XYZ 30.1 18.43 94.07 -
YUV 118.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 130 86 252 0.48 0.66 0 0.01 255.9 0.97 0.66
Hex 82 56 FC 30 42 0 1 100 61 42
Octal 202 126 374 60 102 0 1 400 141 102
Binary 10000010 1010110 11111100 110000 1000010 0 1 100000000 1100001 1000010

Color Harmonies of #8256FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256FC

Black with #8256FC

Text Example


Text Example

White with #8256FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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