Html Css Color HEX #7566EB Medium Slate Blue

📋 copy color: '#7566EB'

red 117 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #7566EB

Tints of Medium Slate Blue #7566EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 25.77%
G = 22.47%
B = 51.76%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7566EB (or 0x7566EB) is known color: Medium Slate Blue. HEX triplet: 75, 66 and EB. RGB value is (117,102,235). Sum of RGB (Red+Green+Blue) = 117+102+235=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #7566EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7566EB is #8A9914. Grayscale: #797979. Windows color (decimal): -9083157 or 15427189. OLE color: 15427189.

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

Color convert

RGB 117 102 235 -
CMYK 0.50 0.57 0 0.08
HSL 246.77º 0.77% 0.66% -
HSV(B) 246.77º 0.57% 0.92% -
XYZ 27.08 19.28 80.89 -
YUV 121.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 117 102 235 0.50 0.57 0 0.08 246.77 0.77 0.66
Hex 75 66 EB 32 39 0 8 F7 4D 42
Octal 165 146 353 62 71 0 10 367 115 102
Binary 1110101 1100110 11101011 110010 111001 0 1000 11110111 1001101 1000010

Color Harmonies of #7566EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566EB

Black with #7566EB

Text Example


Text Example

White with #7566EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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