Html Css Color HEX #8553FC Medium Slate Blue

📋 copy color: '#8553FC'

red 133 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #8553FC

Tints of Medium Slate Blue #8553FC

RGB

 RED value IS 133 (52.34% from 255) = 28.42%

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

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

R = 28.42%
G = 17.74%
B = 53.85%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8553FC (or 0x8553FC) is known color: Medium Slate Blue. HEX triplet: 85, 53 and FC. RGB value is (133,83,252). Sum of RGB (Red+Green+Blue) = 133+83+252=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8553FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553FC is #7AAC03. Grayscale: #747474. Windows color (decimal): -8039428 or 16536453. OLE color: 16536453.

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

Color convert

RGB 133 83 252 -
CMYK 0.47 0.67 0 0.01
HSL 257.75º 0.97% 0.66% -
HSV(B) 257.75º 0.67% 0.99% -
XYZ 30.34 18.2 94.01 -
YUV 117.22 204.07 139.26 -
System Red Green Blue C M Y K H S L
Decimal 133 83 252 0.47 0.67 0 0.01 257.75 0.97 0.66
Hex 85 53 FC 2F 43 0 1 102 61 42
Octal 205 123 374 57 103 0 1 402 141 102
Binary 10000101 1010011 11111100 101111 1000011 0 1 100000010 1100001 1000010

Color Harmonies of #8553FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8553FC

Black with #8553FC

Text Example


Text Example

White with #8553FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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