Html Css Color HEX #7B64EF Medium Slate Blue

📋 copy color: '#7B64EF'

red 123 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #7B64EF

Tints of Medium Slate Blue #7B64EF

RGB

 RED value IS 123 (48.44% from 255) = 26.62%

 GREEN value IS 100 (39.45% from 255) = 21.65%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 26.62%
G = 21.65%
B = 51.73%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B64EF (or 0x7B64EF) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and EF. RGB value is (123,100,239). Sum of RGB (Red+Green+Blue) = 123+100+239=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B64EF is #849B10. Grayscale: #7A7A7A. Windows color (decimal): -8690449 or 15688827. OLE color: 15688827.

HSL color Cylindrical-coordinate representation of color #7B64EF: hue angle of 249.93º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B64EF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 100 239 -
CMYK 0.49 0.58 0 0.06
HSL 249.93º 0.81% 0.66% -
HSV(B) 249.93º 0.58% 0.94% -
XYZ 28.31 19.56 83.94 -
YUV 122.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 123 100 239 0.49 0.58 0 0.06 249.93 0.81 0.66
Hex 7B 64 EF 31 3A 0 6 FA 51 42
Octal 173 144 357 61 72 0 6 372 121 102
Binary 1111011 1100100 11101111 110001 111010 0 110 11111010 1010001 1000010

Color Harmonies of #7B64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64EF

Black with #7B64EF

Text Example


Text Example

White with #7B64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B64EF; }

 p { color: rgb(123,100,239); }

 H1.HeaderClassName
 {
   color: #7B64EF;
 }
 .AnyTagClassName
 {
   color: #7B64EF;
 }
</style>

background-color css

<style>
 a { background-color: #7B64EF; }

 a { background-color: rgb(123,100,239); }

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

border-color css

<style>
 span { border-color: #7B64EF; }

 span { border-color: rgb(123,100,239); }

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