Html Css Color HEX #8355FD Medium Slate Blue

📋 copy color: '#8355FD'

red 131 ◦ green 85 ◦ blue 253

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

Shades of Medium Slate Blue #8355FD

Tints of Medium Slate Blue #8355FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 27.93%
G = 18.12%
B = 53.94%

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

#8355FD (or 0x8355FD) is known color: Medium Slate Blue. HEX triplet: 83, 55 and FD. RGB value is (131,85,253). Sum of RGB (Red+Green+Blue) = 131+85+253=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #8355FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355FD is #7CAA02. Grayscale: #757575. Windows color (decimal): -8169987 or 16602499. OLE color: 16602499.

HSL color Cylindrical-coordinate representation of color #8355FD: hue angle of 256.43º degrees, saturation: 0.98, 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 #8355FD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 85 253 -
CMYK 0.48 0.66 0 0.01
HSL 256.43º 0.98% 0.66% -
HSV(B) 256.43º 0.66% 0.99% -
XYZ 30.34 18.41 94.88 -
YUV 117.91 204.24 137.34 -
System Red Green Blue C M Y K H S L
Decimal 131 85 253 0.48 0.66 0 0.01 256.43 0.98 0.66
Hex 83 55 FD 30 42 0 1 100 62 42
Octal 203 125 375 60 102 0 1 400 142 102
Binary 10000011 1010101 11111101 110000 1000010 0 1 100000000 1100010 1000010

Color Harmonies of #8355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355FD

Black with #8355FD

Text Example


Text Example

White with #8355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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