Html Css Color HEX #7769DB Medium Slate Blue

📋 copy color: '#7769DB'

red 119 ◦ green 105 ◦ blue 219

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

Shades of Medium Slate Blue #7769DB

Tints of Medium Slate Blue #7769DB

RGB

 RED value IS 119 (46.88% from 255) = 26.86%

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

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

R = 26.86%
G = 23.7%
B = 49.44%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7769DB (or 0x7769DB) is known color: Medium Slate Blue. HEX triplet: 77, 69 and DB. RGB value is (119,105,219). Sum of RGB (Red+Green+Blue) = 119+105+219=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #7769DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769DB is #889624. Grayscale: #797979. Windows color (decimal): -8951333 or 14379383. OLE color: 14379383.

HSL color Cylindrical-coordinate representation of color #7769DB: hue angle of 247.37º 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 #7769DB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 105 219 -
CMYK 0.46 0.52 0 0.14
HSL 247.37º 0.61% 0.64% -
HSV(B) 247.37º 0.52% 0.86% -
XYZ 25.45 19.14 69.37 -
YUV 122.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 119 105 219 0.46 0.52 0 0.14 247.37 0.61 0.64
Hex 77 69 DB 2E 34 0 E F7 3D 40
Octal 167 151 333 56 64 0 16 367 75 100
Binary 1110111 1101001 11011011 101110 110100 0 1110 11110111 111101 1000000

Color Harmonies of #7769DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769DB

Black with #7769DB

Text Example


Text Example

White with #7769DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7769DB; }

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

 H1.HeaderClassName
 {
   color: #7769DB;
 }
 .AnyTagClassName
 {
   color: #7769DB;
 }
</style>

background-color css

<style>
 a { background-color: #7769DB; }

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

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

border-color css

<style>
 span { border-color: #7769DB; }

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

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