Html Css Color HEX #7566EC Medium Slate Blue

📋 copy color: '#7566EC'

red 117 ◦ green 102 ◦ blue 236

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

Shades of Medium Slate Blue #7566EC

Tints of Medium Slate Blue #7566EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.42%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 25.71%
G = 22.42%
B = 51.87%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7566EC (or 0x7566EC) is known color: Medium Slate Blue. HEX triplet: 75, 66 and EC. RGB value is (117,102,236). Sum of RGB (Red+Green+Blue) = 117+102+236=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7566EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7566EC is #8A9913. Grayscale: #797979. Windows color (decimal): -9083156 or 15492725. OLE color: 15492725.

HSL color Cylindrical-coordinate representation of color #7566EC: hue angle of 246.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7566EC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 102 236 -
CMYK 0.50 0.57 0 0.07
HSL 246.72º 0.78% 0.66% -
HSV(B) 246.72º 0.57% 0.93% -
XYZ 27.23 19.34 81.65 -
YUV 121.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 117 102 236 0.50 0.57 0 0.07 246.72 0.78 0.66
Hex 75 66 EC 32 39 0 7 F7 4E 42
Octal 165 146 354 62 71 0 7 367 116 102
Binary 1110101 1100110 11101100 110010 111001 0 111 11110111 1001110 1000010

Color Harmonies of #7566EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566EC

Black with #7566EC

Text Example


Text Example

White with #7566EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7566EC; }

 p { color: rgb(117,102,236); }

 H1.HeaderClassName
 {
   color: #7566EC;
 }
 .AnyTagClassName
 {
   color: #7566EC;
 }
</style>

background-color css

<style>
 a { background-color: #7566EC; }

 a { background-color: rgb(117,102,236); }

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

border-color css

<style>
 span { border-color: #7566EC; }

 span { border-color: rgb(117,102,236); }

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