Html Css Color HEX #7759CF Slate Blue

📋 copy color: '#7759CF'

red 119 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #7759CF

Tints of Slate Blue #7759CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 28.67%
G = 21.45%
B = 49.88%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7759CF (or 0x7759CF) is known color: Slate Blue. HEX triplet: 77, 59 and CF. RGB value is (119,89,207). Sum of RGB (Red+Green+Blue) = 119+89+207=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #7759CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CF is #88A630. Grayscale: #6E6E6E. Windows color (decimal): -8955441 or 13588855. OLE color: 13588855.

HSL color Cylindrical-coordinate representation of color #7759CF: hue angle of 255.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7759CF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 89 207 -
CMYK 0.43 0.57 0 0.19
HSL 255.25º 0.55% 0.58% -
HSV(B) 255.25º 0.57% 0.81% -
XYZ 22.44 15.57 60.85 -
YUV 111.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 119 89 207 0.43 0.57 0 0.19 255.25 0.55 0.58
Hex 77 59 CF 2B 39 0 13 FF 37 3A
Octal 167 131 317 53 71 0 23 377 67 72
Binary 1110111 1011001 11001111 101011 111001 0 10011 11111111 110111 111010

Color Harmonies of #7759CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759CF

Black with #7759CF

Text Example


Text Example

White with #7759CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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