Html Css Color HEX #8355FE Medium Slate Blue

📋 copy color: '#8355FE'

red 131 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #8355FE

Tints of Medium Slate Blue #8355FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 27.87%
G = 18.09%
B = 54.04%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8355FE (or 0x8355FE) is known color: Medium Slate Blue. HEX triplet: 83, 55 and FE. RGB value is (131,85,254). Sum of RGB (Red+Green+Blue) = 131+85+254=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #8355FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355FE is #7CAA01. Grayscale: #757575. Windows color (decimal): -8169986 or 16668035. OLE color: 16668035.

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

Color convert

RGB 131 85 254 -
CMYK 0.48 0.67 0 0.00
HSL 256.33º 0.99% 0.66% -
HSV(B) 256.33º 0.67% 1% -
XYZ 30.5 18.48 95.73 -
YUV 118.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 131 85 254 0.48 0.67 0 0.00 256.33 0.99 0.66
Hex 83 55 FE 30 43 0 0 100 63 42
Octal 203 125 376 60 103 0 0 400 143 102
Binary 10000011 1010101 11111110 110000 1000011 0 0 100000000 1100011 1000010

Color Harmonies of #8355FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355FE

Black with #8355FE

Text Example


Text Example

White with #8355FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8355FE; }

 p { color: rgb(131,85,254); }

 H1.HeaderClassName
 {
   color: #8355FE;
 }
 .AnyTagClassName
 {
   color: #8355FE;
 }
</style>

background-color css

<style>
 a { background-color: #8355FE; }

 a { background-color: rgb(131,85,254); }

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

border-color css

<style>
 span { border-color: #8355FE; }

 span { border-color: rgb(131,85,254); }

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