Html Css Color HEX #7B64DC Medium Slate Blue

📋 copy color: '#7B64DC'

red 123 ◦ green 100 ◦ blue 220

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

Shades of Medium Slate Blue #7B64DC

Tints of Medium Slate Blue #7B64DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 27.77%
G = 22.57%
B = 49.66%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B64DC (or 0x7B64DC) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and DC. RGB value is (123,100,220). Sum of RGB (Red+Green+Blue) = 123+100+220=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B64DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64DC is #849B23. Grayscale: #787878. Windows color (decimal): -8690468 or 14443643. OLE color: 14443643.

HSL color Cylindrical-coordinate representation of color #7B64DC: hue angle of 251.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B64DC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 100 220 -
CMYK 0.44 0.55 0 0.14
HSL 251.5º 0.63% 0.63% -
HSV(B) 251.5º 0.55% 0.86% -
XYZ 25.64 18.49 69.93 -
YUV 120.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 123 100 220 0.44 0.55 0 0.14 251.5 0.63 0.63
Hex 7B 64 DC 2C 37 0 E FC 3F 3F
Octal 173 144 334 54 67 0 16 374 77 77
Binary 1111011 1100100 11011100 101100 110111 0 1110 11111100 111111 111111

Color Harmonies of #7B64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64DC

Black with #7B64DC

Text Example


Text Example

White with #7B64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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