Html Css Color HEX #756DA4 Scampi

📋 copy color: '#756DA4'

red 117 ◦ green 109 ◦ blue 164

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

Shades of Scampi #756DA4

Tints of Scampi #756DA4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 30%
G = 27.95%
B = 42.05%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#756DA4 (or 0x756DA4) is known color: Scampi. HEX triplet: 75, 6D and A4. RGB value is (117,109,164). Sum of RGB (Red+Green+Blue) = 117+109+164=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #756DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DA4 is #8A925B. Grayscale: #757575. Windows color (decimal): -9081436 or 10775925. OLE color: 10775925.

HSL color Cylindrical-coordinate representation of color #756DA4: hue angle of 248.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756DA4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 109 164 -
CMYK 0.29 0.34 0 0.36
HSL 248.73º 0.23% 0.54% -
HSV(B) 248.73º 0.34% 0.64% -
XYZ 19.51 17.4 37.45 -
YUV 117.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 117 109 164 0.29 0.34 0 0.36 248.73 0.23 0.54
Hex 75 6D A4 1D 22 0 24 F9 17 36
Octal 165 155 244 35 42 0 44 371 27 66
Binary 1110101 1101101 10100100 11101 100010 0 100100 11111001 10111 110110

Color Harmonies of #756DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DA4

Black with #756DA4

Text Example


Text Example

White with #756DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756DA4; }

 p { color: rgb(117,109,164); }

 H1.HeaderClassName
 {
   color: #756DA4;
 }
 .AnyTagClassName
 {
   color: #756DA4;
 }
</style>

background-color css

<style>
 a { background-color: #756DA4; }

 a { background-color: rgb(117,109,164); }

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

border-color css

<style>
 span { border-color: #756DA4; }

 span { border-color: rgb(117,109,164); }

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