Html Css Color HEX #7769E4 Medium Slate Blue

📋 copy color: '#7769E4'

red 119 ◦ green 105 ◦ blue 228

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

Shades of Medium Slate Blue #7769E4

Tints of Medium Slate Blue #7769E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.44%

R = 26.33%
G = 23.23%
B = 50.44%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7769E4 (or 0x7769E4) is known color: Medium Slate Blue. HEX triplet: 77, 69 and E4. RGB value is (119,105,228). Sum of RGB (Red+Green+Blue) = 119+105+228=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #7769E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769E4 is #88961B. Grayscale: #7A7A7A. Windows color (decimal): -8951324 or 14969207. OLE color: 14969207.

HSL color Cylindrical-coordinate representation of color #7769E4: hue angle of 246.83º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7769E4 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 105 228 -
CMYK 0.48 0.54 0 0.11
HSL 246.83º 0.69% 0.65% -
HSV(B) 246.83º 0.54% 0.89% -
XYZ 26.66 19.63 75.78 -
YUV 123.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 119 105 228 0.48 0.54 0 0.11 246.83 0.69 0.65
Hex 77 69 E4 30 36 0 B F7 45 41
Octal 167 151 344 60 66 0 13 367 105 101
Binary 1110111 1101001 11100100 110000 110110 0 1011 11110111 1000101 1000001

Color Harmonies of #7769E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769E4

Black with #7769E4

Text Example


Text Example

White with #7769E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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