Html Css Color HEX #7769FA Medium Slate Blue

📋 copy color: '#7769FA'

red 119 ◦ green 105 ◦ blue 250

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

Shades of Medium Slate Blue #7769FA

Tints of Medium Slate Blue #7769FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 25.11%
G = 22.15%
B = 52.74%

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

#7769FA (or 0x7769FA) is known color: Medium Slate Blue. HEX triplet: 77, 69 and FA. RGB value is (119,105,250). Sum of RGB (Red+Green+Blue) = 119+105+250=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #7769FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7769FA is #889605. Grayscale: #7D7D7D. Windows color (decimal): -8951302 or 16410999. OLE color: 16410999.

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

Color convert

RGB 119 105 250 -
CMYK 0.52 0.58 0 0.02
HSL 245.79º 0.94% 0.7% -
HSV(B) 245.79º 0.58% 0.98% -
XYZ 29.91 20.93 92.91 -
YUV 125.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 119 105 250 0.52 0.58 0 0.02 245.79 0.94 0.7
Hex 77 69 FA 34 3A 0 2 F6 5E 46
Octal 167 151 372 64 72 0 2 366 136 106
Binary 1110111 1101001 11111010 110100 111010 0 10 11110110 1011110 1000110

Color Harmonies of #7769FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769FA

Black with #7769FA

Text Example


Text Example

White with #7769FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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