Html Css Color HEX #7553F8 Medium Slate Blue

📋 copy color: '#7553F8'

red 117 ◦ green 83 ◦ blue 248

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

Shades of Medium Slate Blue #7553F8

Tints of Medium Slate Blue #7553F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.36%

R = 26.12%
G = 18.53%
B = 55.36%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7553F8 (or 0x7553F8) is known color: Medium Slate Blue. HEX triplet: 75, 53 and F8. RGB value is (117,83,248). Sum of RGB (Red+Green+Blue) = 117+83+248=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #7553F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553F8 is #8AAC07. Grayscale: #6F6F6F. Windows color (decimal): -9088008 or 16274293. OLE color: 16274293.

HSL color Cylindrical-coordinate representation of color #7553F8: hue angle of 252.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7553F8 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 83 248 -
CMYK 0.53 0.67 0 0.03
HSL 252.36º 0.92% 0.65% -
HSV(B) 252.36º 0.67% 0.97% -
XYZ 27.37 16.75 90.6 -
YUV 111.98 204.76 131.58 -
System Red Green Blue C M Y K H S L
Decimal 117 83 248 0.53 0.67 0 0.03 252.36 0.92 0.65
Hex 75 53 F8 35 43 0 3 FC 5C 41
Octal 165 123 370 65 103 0 3 374 134 101
Binary 1110101 1010011 11111000 110101 1000011 0 11 11111100 1011100 1000001

Color Harmonies of #7553F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553F8

Black with #7553F8

Text Example


Text Example

White with #7553F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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