Html Css Color HEX #7553FE Medium Slate Blue

📋 copy color: '#7553FE'

red 117 ◦ green 83 ◦ blue 254

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

Shades of Medium Slate Blue #7553FE

Tints of Medium Slate Blue #7553FE

RGB

 RED value IS 117 (46.09% from 255) = 25.77%

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

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

R = 25.77%
G = 18.28%
B = 55.95%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7553FE (or 0x7553FE) is known color: Medium Slate Blue. HEX triplet: 75, 53 and FE. RGB value is (117,83,254). Sum of RGB (Red+Green+Blue) = 117+83+254=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7553FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553FE is #8AAC01. Grayscale: #707070. Windows color (decimal): -9088002 or 16667509. OLE color: 16667509.

HSL color Cylindrical-coordinate representation of color #7553FE: hue angle of 251.93º 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 #7553FE is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 83 254 -
CMYK 0.54 0.67 0 0.00
HSL 251.93º 0.99% 0.66% -
HSV(B) 251.93º 0.67% 1% -
XYZ 28.32 17.12 95.58 -
YUV 112.66 207.76 131.1 -
System Red Green Blue C M Y K H S L
Decimal 117 83 254 0.54 0.67 0 0.00 251.93 0.99 0.66
Hex 75 53 FE 36 43 0 0 FC 63 42
Octal 165 123 376 66 103 0 0 374 143 102
Binary 1110101 1010011 11111110 110110 1000011 0 0 11111100 1100011 1000010

Color Harmonies of #7553FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553FE

Black with #7553FE

Text Example


Text Example

White with #7553FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,83,254); }

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

background-color css

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

 a { background-color: rgb(117,83,254); }

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

border-color css

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

 span { border-color: rgb(117,83,254); }

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