Html Css Color HEX #7568AC Scampi

📋 copy color: '#7568AC'

red 117 ◦ green 104 ◦ blue 172

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

Shades of Scampi #7568AC

Tints of Scampi #7568AC

RGB

 RED value IS 117 (46.09% from 255) = 29.77%

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 29.77%
G = 26.46%
B = 43.77%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7568AC (or 0x7568AC) is known color: Scampi. HEX triplet: 75, 68 and AC. RGB value is (117,104,172). Sum of RGB (Red+Green+Blue) = 117+104+172=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7568AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AC is #8A9753. Grayscale: #737373. Windows color (decimal): -9082708 or 11298933. OLE color: 11298933.

HSL color Cylindrical-coordinate representation of color #7568AC: hue angle of 251.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7568AC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 104 172 -
CMYK 0.32 0.40 0 0.33
HSL 251.47º 0.29% 0.54% -
HSV(B) 251.47º 0.4% 0.67% -
XYZ 19.73 16.66 41.21 -
YUV 115.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 117 104 172 0.32 0.40 0 0.33 251.47 0.29 0.54
Hex 75 68 AC 20 28 0 21 FB 1D 36
Octal 165 150 254 40 50 0 41 373 35 66
Binary 1110101 1101000 10101100 100000 101000 0 100001 11111011 11101 110110

Color Harmonies of #7568AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568AC

Black with #7568AC

Text Example


Text Example

White with #7568AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7568AC; }

 p { color: rgb(117,104,172); }

 H1.HeaderClassName
 {
   color: #7568AC;
 }
 .AnyTagClassName
 {
   color: #7568AC;
 }
</style>

background-color css

<style>
 a { background-color: #7568AC; }

 a { background-color: rgb(117,104,172); }

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

border-color css

<style>
 span { border-color: #7568AC; }

 span { border-color: rgb(117,104,172); }

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