Html Css Color HEX #7768FA Medium Slate Blue

📋 copy color: '#7768FA'

red 119 ◦ green 104 ◦ blue 250

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

Shades of Medium Slate Blue #7768FA

Tints of Medium Slate Blue #7768FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 25.16%
G = 21.99%
B = 52.85%

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

#7768FA (or 0x7768FA) is known color: Medium Slate Blue. HEX triplet: 77, 68 and FA. RGB value is (119,104,250). Sum of RGB (Red+Green+Blue) = 119+104+250=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #7768FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768FA is #889705. Grayscale: #7C7C7C. Windows color (decimal): -8951558 or 16410743. OLE color: 16410743.

HSL color Cylindrical-coordinate representation of color #7768FA: hue angle of 246.16º degrees, saturation: 0.94, 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 #7768FA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 104 250 -
CMYK 0.52 0.58 0 0.02
HSL 246.16º 0.94% 0.69% -
HSV(B) 246.16º 0.58% 0.98% -
XYZ 29.81 20.72 92.87 -
YUV 125.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 119 104 250 0.52 0.58 0 0.02 246.16 0.94 0.69
Hex 77 68 FA 34 3A 0 2 F6 5E 45
Octal 167 150 372 64 72 0 2 366 136 105
Binary 1110111 1101000 11111010 110100 111010 0 10 11110110 1011110 1000101

Color Harmonies of #7768FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768FA

Black with #7768FA

Text Example


Text Example

White with #7768FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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