Html Css Color HEX #7759CD Slate Blue

📋 copy color: '#7759CD'

red 119 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #7759CD

Tints of Slate Blue #7759CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 28.81%
G = 21.55%
B = 49.64%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7759CD (or 0x7759CD) is known color: Slate Blue. HEX triplet: 77, 59 and CD. RGB value is (119,89,205). Sum of RGB (Red+Green+Blue) = 119+89+205=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #7759CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CD is #88A632. Grayscale: #6E6E6E. Windows color (decimal): -8955443 or 13457783. OLE color: 13457783.

HSL color Cylindrical-coordinate representation of color #7759CD: hue angle of 255.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7759CD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 89 205 -
CMYK 0.42 0.57 0 0.20
HSL 255.52º 0.54% 0.58% -
HSV(B) 255.52º 0.57% 0.8% -
XYZ 22.2 15.47 59.57 -
YUV 111.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 119 89 205 0.42 0.57 0 0.20 255.52 0.54 0.58
Hex 77 59 CD 2A 39 0 14 100 36 3A
Octal 167 131 315 52 71 0 24 400 66 72
Binary 1110111 1011001 11001101 101010 111001 0 10100 100000000 110110 111010

Color Harmonies of #7759CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759CD

Black with #7759CD

Text Example


Text Example

White with #7759CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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