Html Css Color HEX #7759D6 Slate Blue

📋 copy color: '#7759D6'

red 119 ◦ green 89 ◦ blue 214

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

Shades of Slate Blue #7759D6

Tints of Slate Blue #7759D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 28.2%
G = 21.09%
B = 50.71%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7759D6 (or 0x7759D6) is known color: Slate Blue. HEX triplet: 77, 59 and D6. RGB value is (119,89,214). Sum of RGB (Red+Green+Blue) = 119+89+214=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #7759D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759D6 is #88A629. Grayscale: #6F6F6F. Windows color (decimal): -8955434 or 14047607. OLE color: 14047607.

HSL color Cylindrical-coordinate representation of color #7759D6: hue angle of 254.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7759D6 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 89 214 -
CMYK 0.44 0.58 0 0.16
HSL 254.4º 0.6% 0.59% -
HSV(B) 254.4º 0.58% 0.84% -
XYZ 23.32 15.92 65.46 -
YUV 112.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 119 89 214 0.44 0.58 0 0.16 254.4 0.6 0.59
Hex 77 59 D6 2C 3A 0 10 FE 3C 3B
Octal 167 131 326 54 72 0 20 376 74 73
Binary 1110111 1011001 11010110 101100 111010 0 10000 11111110 111100 111011

Color Harmonies of #7759D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759D6

Black with #7759D6

Text Example


Text Example

White with #7759D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7759D6; }

 p { color: rgb(119,89,214); }

 H1.HeaderClassName
 {
   color: #7759D6;
 }
 .AnyTagClassName
 {
   color: #7759D6;
 }
</style>

background-color css

<style>
 a { background-color: #7759D6; }

 a { background-color: rgb(119,89,214); }

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

border-color css

<style>
 span { border-color: #7759D6; }

 span { border-color: rgb(119,89,214); }

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