Html Css Color HEX #7760C2 Slate Blue

📋 copy color: '#7760C2'

red 119 ◦ green 96 ◦ blue 194

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

Shades of Slate Blue #7760C2

Tints of Slate Blue #7760C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.43%

R = 29.1%
G = 23.47%
B = 47.43%

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

#7760C2 (or 0x7760C2) is known color: Slate Blue. HEX triplet: 77, 60 and C2. RGB value is (119,96,194). Sum of RGB (Red+Green+Blue) = 119+96+194=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #7760C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760C2 is #889F3D. Grayscale: #717171. Windows color (decimal): -8953662 or 12738679. OLE color: 12738679.

HSL color Cylindrical-coordinate representation of color #7760C2: hue angle of 254.08º 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 #7760C2 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 96 194 -
CMYK 0.39 0.51 0 0.24
HSL 254.08º 0.45% 0.57% -
HSV(B) 254.08º 0.51% 0.76% -
XYZ 21.53 16.18 53.03 -
YUV 114.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 119 96 194 0.39 0.51 0 0.24 254.08 0.45 0.57
Hex 77 60 C2 27 33 0 18 FE 2D 39
Octal 167 140 302 47 63 0 30 376 55 71
Binary 1110111 1100000 11000010 100111 110011 0 11000 11111110 101101 111001

Color Harmonies of #7760C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760C2

Black with #7760C2

Text Example


Text Example

White with #7760C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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