Html Css Color HEX #756F9B Scampi

📋 copy color: '#756F9B'

red 117 ◦ green 111 ◦ blue 155

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

Shades of Scampi #756F9B

Tints of Scampi #756F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 30.55%
G = 28.98%
B = 40.47%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#756F9B (or 0x756F9B) is known color: Scampi. HEX triplet: 75, 6F and 9B. RGB value is (117,111,155). Sum of RGB (Red+Green+Blue) = 117+111+155=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #756F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F9B is #8A9064. Grayscale: #757575. Windows color (decimal): -9080933 or 10186613. OLE color: 10186613.

HSL color Cylindrical-coordinate representation of color #756F9B: hue angle of 248.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756F9B is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 111 155 -
CMYK 0.25 0.28 0 0.39
HSL 248.18º 0.18% 0.52% -
HSV(B) 248.18º 0.28% 0.61% -
XYZ 18.94 17.52 33.39 -
YUV 117.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 117 111 155 0.25 0.28 0 0.39 248.18 0.18 0.52
Hex 75 6F 9B 19 1C 0 27 F8 12 34
Octal 165 157 233 31 34 0 47 370 22 64
Binary 1110101 1101111 10011011 11001 11100 0 100111 11111000 10010 110100

Color Harmonies of #756F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F9B

Black with #756F9B

Text Example


Text Example

White with #756F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,155); }

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

background-color css

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

 a { background-color: rgb(117,111,155); }

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

border-color css

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

 span { border-color: rgb(117,111,155); }

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