Html Css Color HEX #7553F6 Medium Slate Blue

📋 copy color: '#7553F6'

red 117 ◦ green 83 ◦ blue 246

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

Shades of Medium Slate Blue #7553F6

Tints of Medium Slate Blue #7553F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 26.23%
G = 18.61%
B = 55.16%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7553F6 (or 0x7553F6) is known color: Medium Slate Blue. HEX triplet: 75, 53 and F6. RGB value is (117,83,246). Sum of RGB (Red+Green+Blue) = 117+83+246=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #7553F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553F6 is #8AAC09. Grayscale: #6F6F6F. Windows color (decimal): -9088010 or 16143221. OLE color: 16143221.

HSL color Cylindrical-coordinate representation of color #7553F6: hue angle of 252.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7553F6 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 83 246 -
CMYK 0.52 0.66 0 0.04
HSL 252.52º 0.9% 0.65% -
HSV(B) 252.52º 0.66% 0.96% -
XYZ 27.06 16.62 88.97 -
YUV 111.75 203.76 131.75 -
System Red Green Blue C M Y K H S L
Decimal 117 83 246 0.52 0.66 0 0.04 252.52 0.9 0.65
Hex 75 53 F6 34 42 0 4 FD 5A 41
Octal 165 123 366 64 102 0 4 375 132 101
Binary 1110101 1010011 11110110 110100 1000010 0 100 11111101 1011010 1000001

Color Harmonies of #7553F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553F6

Black with #7553F6

Text Example


Text Example

White with #7553F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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