Html Css Color HEX #7566DE Medium Slate Blue

📋 copy color: '#7566DE'

red 117 ◦ green 102 ◦ blue 222

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

Shades of Medium Slate Blue #7566DE

Tints of Medium Slate Blue #7566DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 26.53%
G = 23.13%
B = 50.34%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7566DE (or 0x7566DE) is known color: Medium Slate Blue. HEX triplet: 75, 66 and DE. RGB value is (117,102,222). Sum of RGB (Red+Green+Blue) = 117+102+222=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #7566DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566DE is #8A9921. Grayscale: #777777. Windows color (decimal): -9083170 or 14575221. OLE color: 14575221.

HSL color Cylindrical-coordinate representation of color #7566DE: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7566DE is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 102 222 -
CMYK 0.47 0.54 0 0.13
HSL 247.5º 0.65% 0.64% -
HSV(B) 247.5º 0.54% 0.87% -
XYZ 25.27 18.56 71.36 -
YUV 120.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 117 102 222 0.47 0.54 0 0.13 247.5 0.65 0.64
Hex 75 66 DE 2F 36 0 D F8 41 40
Octal 165 146 336 57 66 0 15 370 101 100
Binary 1110101 1100110 11011110 101111 110110 0 1101 11111000 1000001 1000000

Color Harmonies of #7566DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566DE

Black with #7566DE

Text Example


Text Example

White with #7566DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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