Html Css Color HEX #7B63DB Medium Slate Blue

📋 copy color: '#7B63DB'

red 123 ◦ green 99 ◦ blue 219

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

Shades of Medium Slate Blue #7B63DB

Tints of Medium Slate Blue #7B63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.45%

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

R = 27.89%
G = 22.45%
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

#7B63DB (or 0x7B63DB) is known color: Medium Slate Blue. HEX triplet: 7B, 63 and DB. RGB value is (123,99,219). Sum of RGB (Red+Green+Blue) = 123+99+219=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63DB is #849C24. Grayscale: #777777. Windows color (decimal): -8690725 or 14377851. OLE color: 14377851.

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

Color convert

RGB 123 99 219 -
CMYK 0.44 0.55 0 0.14
HSL 252º 0.63% 0.62% -
HSV(B) 252º 0.55% 0.86% -
XYZ 25.42 18.25 69.2 -
YUV 119.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 123 99 219 0.44 0.55 0 0.14 252 0.63 0.62
Hex 7B 63 DB 2C 37 0 E FC 3E 3E
Octal 173 143 333 54 67 0 16 374 76 76
Binary 1111011 1100011 11011011 101100 110111 0 1110 11111100 111110 111110

Color Harmonies of #7B63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B63DB

Black with #7B63DB

Text Example


Text Example

White with #7B63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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