Html Css Color HEX #7769EC Medium Slate Blue

📋 copy color: '#7769EC'

red 119 ◦ green 105 ◦ blue 236

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

Shades of Medium Slate Blue #7769EC

Tints of Medium Slate Blue #7769EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 25.87%
G = 22.83%
B = 51.3%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7769EC (or 0x7769EC) is known color: Medium Slate Blue. HEX triplet: 77, 69 and EC. RGB value is (119,105,236). Sum of RGB (Red+Green+Blue) = 119+105+236=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #7769EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769EC is #889613. Grayscale: #7B7B7B. Windows color (decimal): -8951316 or 15493495. OLE color: 15493495.

HSL color Cylindrical-coordinate representation of color #7769EC: hue angle of 246.41º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7769EC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 105 236 -
CMYK 0.50 0.56 0 0.07
HSL 246.41º 0.78% 0.67% -
HSV(B) 246.41º 0.56% 0.93% -
XYZ 27.8 20.08 81.77 -
YUV 124.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 119 105 236 0.50 0.56 0 0.07 246.41 0.78 0.67
Hex 77 69 EC 32 38 0 7 F6 4E 43
Octal 167 151 354 62 70 0 7 366 116 103
Binary 1110111 1101001 11101100 110010 111000 0 111 11110110 1001110 1000011

Color Harmonies of #7769EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769EC

Black with #7769EC

Text Example


Text Example

White with #7769EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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