Html Css Color HEX #7769E1 Medium Slate Blue

📋 copy color: '#7769E1'

red 119 ◦ green 105 ◦ blue 225

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

Shades of Medium Slate Blue #7769E1

Tints of Medium Slate Blue #7769E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 26.5%
G = 23.39%
B = 50.11%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7769E1 (or 0x7769E1) is known color: Medium Slate Blue. HEX triplet: 77, 69 and E1. RGB value is (119,105,225). Sum of RGB (Red+Green+Blue) = 119+105+225=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #7769E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769E1 is #88961E. Grayscale: #7A7A7A. Windows color (decimal): -8951327 or 14772599. OLE color: 14772599.

HSL color Cylindrical-coordinate representation of color #7769E1: hue angle of 247º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7769E1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 105 225 -
CMYK 0.47 0.53 0 0.12
HSL 247º 0.67% 0.65% -
HSV(B) 247º 0.53% 0.88% -
XYZ 26.25 19.46 73.61 -
YUV 122.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 119 105 225 0.47 0.53 0 0.12 247 0.67 0.65
Hex 77 69 E1 2F 35 0 C F7 43 41
Octal 167 151 341 57 65 0 14 367 103 101
Binary 1110111 1101001 11100001 101111 110101 0 1100 11110111 1000011 1000001

Color Harmonies of #7769E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769E1

Black with #7769E1

Text Example


Text Example

White with #7769E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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