Html Css Color HEX #7B69DB Medium Slate Blue

📋 copy color: '#7B69DB'

red 123 ◦ green 105 ◦ blue 219

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

Shades of Medium Slate Blue #7B69DB

Tints of Medium Slate Blue #7B69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

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

R = 27.52%
G = 23.49%
B = 48.99%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B69DB (or 0x7B69DB) is known color: Medium Slate Blue. HEX triplet: 7B, 69 and DB. RGB value is (123,105,219). Sum of RGB (Red+Green+Blue) = 123+105+219=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69DB is #849624. Grayscale: #7A7A7A. Windows color (decimal): -8689189 or 14379387. OLE color: 14379387.

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

Color convert

RGB 123 105 219 -
CMYK 0.44 0.52 0 0.14
HSL 249.47º 0.61% 0.64% -
HSV(B) 249.47º 0.52% 0.86% -
XYZ 26.01 19.43 69.4 -
YUV 123.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 123 105 219 0.44 0.52 0 0.14 249.47 0.61 0.64
Hex 7B 69 DB 2C 34 0 E F9 3D 40
Octal 173 151 333 54 64 0 16 371 75 100
Binary 1111011 1101001 11011011 101100 110100 0 1110 11111001 111101 1000000

Color Harmonies of #7B69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B69DB

Black with #7B69DB

Text Example


Text Example

White with #7B69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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