Html Css Color HEX #7769F9 Medium Slate Blue

📋 copy color: '#7769F9'

red 119 ◦ green 105 ◦ blue 249

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

Shades of Medium Slate Blue #7769F9

Tints of Medium Slate Blue #7769F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 25.16%
G = 22.2%
B = 52.64%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7769F9 (or 0x7769F9) is known color: Medium Slate Blue. HEX triplet: 77, 69 and F9. RGB value is (119,105,249). Sum of RGB (Red+Green+Blue) = 119+105+249=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #7769F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769F9 is #889606. Grayscale: #7D7D7D. Windows color (decimal): -8951303 or 16345463. OLE color: 16345463.

HSL color Cylindrical-coordinate representation of color #7769F9: hue angle of 245.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7769F9 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 105 249 -
CMYK 0.52 0.58 0 0.02
HSL 245.83º 0.92% 0.69% -
HSV(B) 245.83º 0.58% 0.98% -
XYZ 29.76 20.86 92.08 -
YUV 125.6 197.64 123.29 -
System Red Green Blue C M Y K H S L
Decimal 119 105 249 0.52 0.58 0 0.02 245.83 0.92 0.69
Hex 77 69 F9 34 3A 0 2 F6 5C 45
Octal 167 151 371 64 72 0 2 366 134 105
Binary 1110111 1101001 11111001 110100 111010 0 10 11110110 1011100 1000101

Color Harmonies of #7769F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769F9

Black with #7769F9

Text Example


Text Example

White with #7769F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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