Html Css Color HEX #7B64EA Medium Slate Blue

📋 copy color: '#7B64EA'

red 123 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #7B64EA

Tints of Medium Slate Blue #7B64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 26.91%
G = 21.88%
B = 51.2%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B64EA (or 0x7B64EA) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and EA. RGB value is (123,100,234). Sum of RGB (Red+Green+Blue) = 123+100+234=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B64EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B64EA is #849B15. Grayscale: #797979. Windows color (decimal): -8690454 or 15361147. OLE color: 15361147.

HSL color Cylindrical-coordinate representation of color #7B64EA: hue angle of 250.3º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B64EA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 100 234 -
CMYK 0.47 0.57 0 0.08
HSL 250.3º 0.76% 0.65% -
HSV(B) 250.3º 0.57% 0.92% -
XYZ 27.58 19.27 80.11 -
YUV 122.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 123 100 234 0.47 0.57 0 0.08 250.3 0.76 0.65
Hex 7B 64 EA 2F 39 0 8 FA 4C 41
Octal 173 144 352 57 71 0 10 372 114 101
Binary 1111011 1100100 11101010 101111 111001 0 1000 11111010 1001100 1000001

Color Harmonies of #7B64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64EA

Black with #7B64EA

Text Example


Text Example

White with #7B64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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