Html Css Color HEX #7760C3 Slate Blue

📋 copy color: '#7760C3'

red 119 ◦ green 96 ◦ blue 195

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

Shades of Slate Blue #7760C3

Tints of Slate Blue #7760C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 29.02%
G = 23.41%
B = 47.56%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7760C3 (or 0x7760C3) is known color: Slate Blue. HEX triplet: 77, 60 and C3. RGB value is (119,96,195). Sum of RGB (Red+Green+Blue) = 119+96+195=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #7760C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760C3 is #889F3C. Grayscale: #717171. Windows color (decimal): -8953661 or 12804215. OLE color: 12804215.

HSL color Cylindrical-coordinate representation of color #7760C3: hue angle of 253.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7760C3 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 96 195 -
CMYK 0.39 0.51 0 0.24
HSL 253.94º 0.45% 0.57% -
HSV(B) 253.94º 0.51% 0.76% -
XYZ 21.64 16.23 53.62 -
YUV 114.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 119 96 195 0.39 0.51 0 0.24 253.94 0.45 0.57
Hex 77 60 C3 27 33 0 18 FE 2D 39
Octal 167 140 303 47 63 0 30 376 55 71
Binary 1110111 1100000 11000011 100111 110011 0 11000 11111110 101101 111001

Color Harmonies of #7760C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760C3

Black with #7760C3

Text Example


Text Example

White with #7760C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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