Html Css Color HEX #7761C0 Slate Blue

📋 copy color: '#7761C0'

red 119 ◦ green 97 ◦ blue 192

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

Shades of Slate Blue #7761C0

Tints of Slate Blue #7761C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 29.17%
G = 23.77%
B = 47.06%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7761C0 (or 0x7761C0) is known color: Slate Blue. HEX triplet: 77, 61 and C0. RGB value is (119,97,192). Sum of RGB (Red+Green+Blue) = 119+97+192=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #7761C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761C0 is #889E3F. Grayscale: #727272. Windows color (decimal): -8953408 or 12607863. OLE color: 12607863.

HSL color Cylindrical-coordinate representation of color #7761C0: hue angle of 253.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7761C0 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 97 192 -
CMYK 0.38 0.49 0 0.25
HSL 253.89º 0.43% 0.57% -
HSV(B) 253.89º 0.49% 0.75% -
XYZ 21.4 16.28 51.88 -
YUV 114.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 119 97 192 0.38 0.49 0 0.25 253.89 0.43 0.57
Hex 77 61 C0 26 31 0 19 FE 2B 39
Octal 167 141 300 46 61 0 31 376 53 71
Binary 1110111 1100001 11000000 100110 110001 0 11001 11111110 101011 111001

Color Harmonies of #7761C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761C0

Black with #7761C0

Text Example


Text Example

White with #7761C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7761C0; }

 p { color: rgb(119,97,192); }

 H1.HeaderClassName
 {
   color: #7761C0;
 }
 .AnyTagClassName
 {
   color: #7761C0;
 }
</style>

background-color css

<style>
 a { background-color: #7761C0; }

 a { background-color: rgb(119,97,192); }

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

border-color css

<style>
 span { border-color: #7761C0; }

 span { border-color: rgb(119,97,192); }

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