Html Css Color HEX #7760C8 Slate Blue

📋 copy color: '#7760C8'

red 119 ◦ green 96 ◦ blue 200

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

Shades of Slate Blue #7760C8

Tints of Slate Blue #7760C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.19%

R = 28.67%
G = 23.13%
B = 48.19%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7760C8 (or 0x7760C8) is known color: Slate Blue. HEX triplet: 77, 60 and C8. RGB value is (119,96,200). Sum of RGB (Red+Green+Blue) = 119+96+200=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #7760C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760C8 is #889F37. Grayscale: #727272. Windows color (decimal): -8953656 or 13131895. OLE color: 13131895.

HSL color Cylindrical-coordinate representation of color #7760C8: hue angle of 253.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7760C8 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 96 200 -
CMYK 0.40 0.52 0 0.22
HSL 253.27º 0.49% 0.58% -
HSV(B) 253.27º 0.52% 0.78% -
XYZ 22.22 16.46 56.65 -
YUV 114.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 119 96 200 0.40 0.52 0 0.22 253.27 0.49 0.58
Hex 77 60 C8 28 34 0 16 FD 31 3A
Octal 167 140 310 50 64 0 26 375 61 72
Binary 1110111 1100000 11001000 101000 110100 0 10110 11111101 110001 111010

Color Harmonies of #7760C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760C8

Black with #7760C8

Text Example


Text Example

White with #7760C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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