Html Css Color HEX #7B64DB Medium Slate Blue

📋 copy color: '#7B64DB'

red 123 ◦ green 100 ◦ blue 219

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

Shades of Medium Slate Blue #7B64DB

Tints of Medium Slate Blue #7B64DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 27.83%
G = 22.62%
B = 49.55%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B64DB (or 0x7B64DB) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and DB. RGB value is (123,100,219). Sum of RGB (Red+Green+Blue) = 123+100+219=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64DB is #849B24. Grayscale: #777777. Windows color (decimal): -8690469 or 14378107. OLE color: 14378107.

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

Color convert

RGB 123 100 219 -
CMYK 0.44 0.54 0 0.14
HSL 251.6º 0.62% 0.63% -
HSV(B) 251.6º 0.54% 0.86% -
XYZ 25.51 18.44 69.23 -
YUV 120.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 123 100 219 0.44 0.54 0 0.14 251.6 0.62 0.63
Hex 7B 64 DB 2C 36 0 E FC 3E 3F
Octal 173 144 333 54 66 0 16 374 76 77
Binary 1111011 1100100 11011011 101100 110110 0 1110 11111100 111110 111111

Color Harmonies of #7B64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64DB

Black with #7B64DB

Text Example


Text Example

White with #7B64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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