Html Css Color HEX #7552EF Medium Slate Blue

📋 copy color: '#7552EF'

red 117 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #7552EF

Tints of Medium Slate Blue #7552EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 26.71%
G = 18.72%
B = 54.57%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7552EF (or 0x7552EF) is known color: Medium Slate Blue. HEX triplet: 75, 52 and EF. RGB value is (117,82,239). Sum of RGB (Red+Green+Blue) = 117+82+239=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7552EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7552EF is #8AAD10. Grayscale: #6D6D6D. Windows color (decimal): -9088273 or 15684213. OLE color: 15684213.

HSL color Cylindrical-coordinate representation of color #7552EF: hue angle of 253.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7552EF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 82 239 -
CMYK 0.51 0.66 0 0.06
HSL 253.38º 0.83% 0.63% -
HSV(B) 253.38º 0.66% 0.94% -
XYZ 25.93 16.05 83.39 -
YUV 110.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 117 82 239 0.51 0.66 0 0.06 253.38 0.83 0.63
Hex 75 52 EF 33 42 0 6 FD 53 3F
Octal 165 122 357 63 102 0 6 375 123 77
Binary 1110101 1010010 11101111 110011 1000010 0 110 11111101 1010011 111111

Color Harmonies of #7552EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7552EF

Black with #7552EF

Text Example


Text Example

White with #7552EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7552EF; }

 p { color: rgb(117,82,239); }

 H1.HeaderClassName
 {
   color: #7552EF;
 }
 .AnyTagClassName
 {
   color: #7552EF;
 }
</style>

background-color css

<style>
 a { background-color: #7552EF; }

 a { background-color: rgb(117,82,239); }

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

border-color css

<style>
 span { border-color: #7552EF; }

 span { border-color: rgb(117,82,239); }

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