Html Css Color HEX #8046FF Medium Slate Blue

📋 copy color: '#8046FF'

red 128 ◦ green 70 ◦ blue 255

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

Shades of Medium Slate Blue #8046FF

Tints of Medium Slate Blue #8046FF

RGB

 RED value IS 128 (50.39% from 255) = 28.26%

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 28.26%
G = 15.45%
B = 56.29%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8046FF (or 0x8046FF) is known color: Medium Slate Blue. HEX triplet: 80, 46 and FF. RGB value is (128,70,255). Sum of RGB (Red+Green+Blue) = 128+70+255=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #8046FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8046FF is #7FB900. Grayscale: #6B6B6B. Windows color (decimal): -8370433 or 16729728. OLE color: 16729728.

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

Color convert

RGB 128 70 255 -
CMYK 0.50 0.73 0 0
HSL 258.81º 1% 0.64% -
HSV(B) 258.81º 0.73% 1% -
XYZ 29.14 16.19 96.2 -
YUV 108.43 210.72 141.96 -
System Red Green Blue C M Y K H S L
Decimal 128 70 255 0.50 0.73 0 0 258.81 1 0.64
Hex 80 46 FF 32 49 0 0 103 64 40
Octal 200 106 377 62 111 0 0 403 144 100
Binary 10000000 1000110 11111111 110010 1001001 0 0 100000011 1100100 1000000

Color Harmonies of #8046FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8046FF

Black with #8046FF

Text Example


Text Example

White with #8046FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,70,255); }

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

background-color css

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

 a { background-color: rgb(128,70,255); }

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

border-color css

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

 span { border-color: rgb(128,70,255); }

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