Html Css Color HEX #7769EF Medium Slate Blue

📋 copy color: '#7769EF'

red 119 ◦ green 105 ◦ blue 239

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

Shades of Medium Slate Blue #7769EF

Tints of Medium Slate Blue #7769EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 25.7%
G = 22.68%
B = 51.62%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7769EF (or 0x7769EF) is known color: Medium Slate Blue. HEX triplet: 77, 69 and EF. RGB value is (119,105,239). Sum of RGB (Red+Green+Blue) = 119+105+239=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #7769EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769EF is #889610. Grayscale: #7B7B7B. Windows color (decimal): -8951313 or 15690103. OLE color: 15690103.

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

Color convert

RGB 119 105 239 -
CMYK 0.50 0.56 0 0.06
HSL 246.27º 0.81% 0.67% -
HSV(B) 246.27º 0.56% 0.94% -
XYZ 28.24 20.26 84.08 -
YUV 124.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 119 105 239 0.50 0.56 0 0.06 246.27 0.81 0.67
Hex 77 69 EF 32 38 0 6 F6 51 43
Octal 167 151 357 62 70 0 6 366 121 103
Binary 1110111 1101001 11101111 110010 111000 0 110 11110110 1010001 1000011

Color Harmonies of #7769EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769EF

Black with #7769EF

Text Example


Text Example

White with #7769EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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