Html Css Color HEX #7768F0 Medium Slate Blue

📋 copy color: '#7768F0'

red 119 ◦ green 104 ◦ blue 240

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

Shades of Medium Slate Blue #7768F0

Tints of Medium Slate Blue #7768F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 25.7%
G = 22.46%
B = 51.84%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7768F0 (or 0x7768F0) is known color: Medium Slate Blue. HEX triplet: 77, 68 and F0. RGB value is (119,104,240). Sum of RGB (Red+Green+Blue) = 119+104+240=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #7768F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768F0 is #88970F. Grayscale: #7B7B7B. Windows color (decimal): -8951568 or 15755383. OLE color: 15755383.

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

Color convert

RGB 119 104 240 -
CMYK 0.50 0.57 0 0.06
HSL 246.62º 0.82% 0.67% -
HSV(B) 246.62º 0.57% 0.94% -
XYZ 28.29 20.11 84.83 -
YUV 123.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 119 104 240 0.50 0.57 0 0.06 246.62 0.82 0.67
Hex 77 68 F0 32 39 0 6 F7 52 43
Octal 167 150 360 62 71 0 6 367 122 103
Binary 1110111 1101000 11110000 110010 111001 0 110 11110111 1010010 1000011

Color Harmonies of #7768F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768F0

Black with #7768F0

Text Example


Text Example

White with #7768F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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