Html Css Color HEX #7662F0 Medium Slate Blue

📋 copy color: '#7662F0'

red 118 ◦ green 98 ◦ blue 240

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

Shades of Medium Slate Blue #7662F0

Tints of Medium Slate Blue #7662F0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 25.88%
G = 21.49%
B = 52.63%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7662F0 (or 0x7662F0) is known color: Medium Slate Blue. HEX triplet: 76, 62 and F0. RGB value is (118,98,240). Sum of RGB (Red+Green+Blue) = 118+98+240=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #7662F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7662F0 is #899D0F. Grayscale: #777777. Windows color (decimal): -9018640 or 15753846. OLE color: 15753846.

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

Color convert

RGB 118 98 240 -
CMYK 0.51 0.59 0 0.06
HSL 248.45º 0.83% 0.66% -
HSV(B) 248.45º 0.59% 0.94% -
XYZ 27.57 18.88 84.63 -
YUV 120.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 118 98 240 0.51 0.59 0 0.06 248.45 0.83 0.66
Hex 76 62 F0 33 3B 0 6 F8 53 42
Octal 166 142 360 63 73 0 6 370 123 102
Binary 1110110 1100010 11110000 110011 111011 0 110 11111000 1010011 1000010

Color Harmonies of #7662F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662F0

Black with #7662F0

Text Example


Text Example

White with #7662F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7662F0; }

 p { color: rgb(118,98,240); }

 H1.HeaderClassName
 {
   color: #7662F0;
 }
 .AnyTagClassName
 {
   color: #7662F0;
 }
</style>

background-color css

<style>
 a { background-color: #7662F0; }

 a { background-color: rgb(118,98,240); }

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

border-color css

<style>
 span { border-color: #7662F0; }

 span { border-color: rgb(118,98,240); }

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