Html Css Color HEX #7760C5 Slate Blue

📋 copy color: '#7760C5'

red 119 ◦ green 96 ◦ blue 197

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

Shades of Slate Blue #7760C5

Tints of Slate Blue #7760C5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 197 (77.34% from 255) = 47.82%

R = 28.88%
G = 23.3%
B = 47.82%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7760C5 (or 0x7760C5) is known color: Slate Blue. HEX triplet: 77, 60 and C5. RGB value is (119,96,197). Sum of RGB (Red+Green+Blue) = 119+96+197=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #7760C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760C5 is #889F3A. Grayscale: #727272. Windows color (decimal): -8953659 or 12935287. OLE color: 12935287.

HSL color Cylindrical-coordinate representation of color #7760C5: hue angle of 253.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7760C5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 96 197 -
CMYK 0.40 0.51 0 0.23
HSL 253.66º 0.47% 0.57% -
HSV(B) 253.66º 0.51% 0.77% -
XYZ 21.87 16.32 54.82 -
YUV 114.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 119 96 197 0.40 0.51 0 0.23 253.66 0.47 0.57
Hex 77 60 C5 28 33 0 17 FE 2F 39
Octal 167 140 305 50 63 0 27 376 57 71
Binary 1110111 1100000 11000101 101000 110011 0 10111 11111110 101111 111001

Color Harmonies of #7760C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760C5

Black with #7760C5

Text Example


Text Example

White with #7760C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7760C5; }

 p { color: rgb(119,96,197); }

 H1.HeaderClassName
 {
   color: #7760C5;
 }
 .AnyTagClassName
 {
   color: #7760C5;
 }
</style>

background-color css

<style>
 a { background-color: #7760C5; }

 a { background-color: rgb(119,96,197); }

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

border-color css

<style>
 span { border-color: #7760C5; }

 span { border-color: rgb(119,96,197); }

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