Html Css Color HEX #8353FD Medium Slate Blue

📋 copy color: '#8353FD'

red 131 ◦ green 83 ◦ blue 253

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

Shades of Medium Slate Blue #8353FD

Tints of Medium Slate Blue #8353FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.77%

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

R = 28.05%
G = 17.77%
B = 54.18%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8353FD (or 0x8353FD) is known color: Medium Slate Blue. HEX triplet: 83, 53 and FD. RGB value is (131,83,253). Sum of RGB (Red+Green+Blue) = 131+83+253=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #8353FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353FD is #7CAC02. Grayscale: #747474. Windows color (decimal): -8170499 or 16601987. OLE color: 16601987.

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

Color convert

RGB 131 83 253 -
CMYK 0.48 0.67 0 0.01
HSL 256.94º 0.98% 0.66% -
HSV(B) 256.94º 0.67% 0.99% -
XYZ 30.18 18.1 94.83 -
YUV 116.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 131 83 253 0.48 0.67 0 0.01 256.94 0.98 0.66
Hex 83 53 FD 30 43 0 1 101 62 42
Octal 203 123 375 60 103 0 1 401 142 102
Binary 10000011 1010011 11111101 110000 1000011 0 1 100000001 1100010 1000010

Color Harmonies of #8353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353FD

Black with #8353FD

Text Example


Text Example

White with #8353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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