Html Css Color HEX #756DB0 Scampi

📋 copy color: '#756DB0'

red 117 ◦ green 109 ◦ blue 176

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

Shades of Scampi #756DB0

Tints of Scampi #756DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 29.1%
G = 27.11%
B = 43.78%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756DB0 (or 0x756DB0) is known color: Scampi. HEX triplet: 75, 6D and B0. RGB value is (117,109,176). Sum of RGB (Red+Green+Blue) = 117+109+176=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #756DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DB0 is #8A924F. Grayscale: #767676. Windows color (decimal): -9081424 or 11562357. OLE color: 11562357.

HSL color Cylindrical-coordinate representation of color #756DB0: hue angle of 247.16º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756DB0 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 109 176 -
CMYK 0.34 0.38 0 0.31
HSL 247.16º 0.3% 0.56% -
HSV(B) 247.16º 0.38% 0.69% -
XYZ 20.64 17.85 43.43 -
YUV 119.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 117 109 176 0.34 0.38 0 0.31 247.16 0.3 0.56
Hex 75 6D B0 22 26 0 1F F7 1E 38
Octal 165 155 260 42 46 0 37 367 36 70
Binary 1110101 1101101 10110000 100010 100110 0 11111 11110111 11110 111000

Color Harmonies of #756DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DB0

Black with #756DB0

Text Example


Text Example

White with #756DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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