Html Css Color HEX #7768D0 Slate Blue

📋 copy color: '#7768D0'

red 119 ◦ green 104 ◦ blue 208

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

Shades of Slate Blue #7768D0

Tints of Slate Blue #7768D0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 27.61%
G = 24.13%
B = 48.26%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7768D0 (or 0x7768D0) is known color: Slate Blue. HEX triplet: 77, 68 and D0. RGB value is (119,104,208). Sum of RGB (Red+Green+Blue) = 119+104+208=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #7768D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768D0 is #88972F. Grayscale: #777777. Windows color (decimal): -8951600 or 13658231. OLE color: 13658231.

HSL color Cylindrical-coordinate representation of color #7768D0: hue angle of 248.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7768D0 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 104 208 -
CMYK 0.43 0.5 0 0.18
HSL 248.65º 0.53% 0.61% -
HSV(B) 248.65º 0.5% 0.82% -
XYZ 23.94 18.38 61.96 -
YUV 120.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 119 104 208 0.43 0.5 0 0.18 248.65 0.53 0.61
Hex 77 68 D0 2B 32 0 12 F9 35 3D
Octal 167 150 320 53 62 0 22 371 65 75
Binary 1110111 1101000 11010000 101011 110010 0 10010 11111001 110101 111101

Color Harmonies of #7768D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768D0

Black with #7768D0

Text Example


Text Example

White with #7768D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7768D0; }

 p { color: rgb(119,104,208); }

 H1.HeaderClassName
 {
   color: #7768D0;
 }
 .AnyTagClassName
 {
   color: #7768D0;
 }
</style>

background-color css

<style>
 a { background-color: #7768D0; }

 a { background-color: rgb(119,104,208); }

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

border-color css

<style>
 span { border-color: #7768D0; }

 span { border-color: rgb(119,104,208); }

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