Html Css Color HEX #8353FC Medium Slate Blue

📋 copy color: '#8353FC'

red 131 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #8353FC

Tints of Medium Slate Blue #8353FC

RGB

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

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

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

R = 28.11%
G = 17.81%
B = 54.08%

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

#8353FC (or 0x8353FC) is known color: Medium Slate Blue. HEX triplet: 83, 53 and FC. RGB value is (131,83,252). Sum of RGB (Red+Green+Blue) = 131+83+252=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #8353FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353FC is #7CAC03. Grayscale: #737373. Windows color (decimal): -8170500 or 16536451. OLE color: 16536451.

HSL color Cylindrical-coordinate representation of color #8353FC: hue angle of 257.04º degrees, saturation: 0.97, 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 #8353FC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 83 252 -
CMYK 0.48 0.67 0 0.01
HSL 257.04º 0.97% 0.66% -
HSV(B) 257.04º 0.67% 0.99% -
XYZ 30.02 18.04 94 -
YUV 116.62 204.4 138.26 -
System Red Green Blue C M Y K H S L
Decimal 131 83 252 0.48 0.67 0 0.01 257.04 0.97 0.66
Hex 83 53 FC 30 43 0 1 101 61 42
Octal 203 123 374 60 103 0 1 401 141 102
Binary 10000011 1010011 11111100 110000 1000011 0 1 100000001 1100001 1000010

Color Harmonies of #8353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353FC

Black with #8353FC

Text Example


Text Example

White with #8353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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