Html Css Color HEX #7659F2 Medium Slate Blue

📋 copy color: '#7659F2'

red 118 ◦ green 89 ◦ blue 242

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

Shades of Medium Slate Blue #7659F2

Tints of Medium Slate Blue #7659F2

RGB

 RED value IS 118 (46.48% from 255) = 26.28%

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 242 (94.92% from 255) = 53.9%

R = 26.28%
G = 19.82%
B = 53.9%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7659F2 (or 0x7659F2) is known color: Medium Slate Blue. HEX triplet: 76, 59 and F2. RGB value is (118,89,242). Sum of RGB (Red+Green+Blue) = 118+89+242=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #7659F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7659F2 is #89A60D. Grayscale: #727272. Windows color (decimal): -9020942 or 15882614. OLE color: 15882614.

HSL color Cylindrical-coordinate representation of color #7659F2: hue angle of 251.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7659F2 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 89 242 -
CMYK 0.51 0.63 0 0.05
HSL 251.37º 0.85% 0.65% -
HSV(B) 251.37º 0.63% 0.95% -
XYZ 27.07 17.41 85.94 -
YUV 115.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 118 89 242 0.51 0.63 0 0.05 251.37 0.85 0.65
Hex 76 59 F2 33 3F 0 5 FB 55 41
Octal 166 131 362 63 77 0 5 373 125 101
Binary 1110110 1011001 11110010 110011 111111 0 101 11111011 1010101 1000001

Color Harmonies of #7659F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659F2

Black with #7659F2

Text Example


Text Example

White with #7659F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7659F2; }

 p { color: rgb(118,89,242); }

 H1.HeaderClassName
 {
   color: #7659F2;
 }
 .AnyTagClassName
 {
   color: #7659F2;
 }
</style>

background-color css

<style>
 a { background-color: #7659F2; }

 a { background-color: rgb(118,89,242); }

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

border-color css

<style>
 span { border-color: #7659F2; }

 span { border-color: rgb(118,89,242); }

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