Html Css Color HEX #7769D8 Medium Slate Blue

📋 copy color: '#7769D8'

red 119 ◦ green 105 ◦ blue 216

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

Shades of Medium Slate Blue #7769D8

Tints of Medium Slate Blue #7769D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 27.05%
G = 23.86%
B = 49.09%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7769D8 (or 0x7769D8) is known color: Medium Slate Blue. HEX triplet: 77, 69 and D8. RGB value is (119,105,216). Sum of RGB (Red+Green+Blue) = 119+105+216=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #7769D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769D8 is #889627. Grayscale: #797979. Windows color (decimal): -8951336 or 14182775. OLE color: 14182775.

HSL color Cylindrical-coordinate representation of color #7769D8: hue angle of 247.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7769D8 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 105 216 -
CMYK 0.45 0.51 0 0.15
HSL 247.57º 0.59% 0.63% -
HSV(B) 247.57º 0.51% 0.85% -
XYZ 25.05 18.98 67.31 -
YUV 121.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 119 105 216 0.45 0.51 0 0.15 247.57 0.59 0.63
Hex 77 69 D8 2D 33 0 F F8 3B 3F
Octal 167 151 330 55 63 0 17 370 73 77
Binary 1110111 1101001 11011000 101101 110011 0 1111 11111000 111011 111111

Color Harmonies of #7769D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769D8

Black with #7769D8

Text Example


Text Example

White with #7769D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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