Html Css Color HEX #756EB0 Scampi

📋 copy color: '#756EB0'

red 117 ◦ green 110 ◦ blue 176

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

Shades of Scampi #756EB0

Tints of Scampi #756EB0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 29.03%
G = 27.3%
B = 43.67%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756EB0 (or 0x756EB0) is known color: Scampi. HEX triplet: 75, 6E and B0. RGB value is (117,110,176). Sum of RGB (Red+Green+Blue) = 117+110+176=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #756EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EB0 is #8A914F. Grayscale: #777777. Windows color (decimal): -9081168 or 11562613. OLE color: 11562613.

HSL color Cylindrical-coordinate representation of color #756EB0: hue angle of 246.36º degrees, saturation: 0.29, 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 #756EB0 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 110 176 -
CMYK 0.34 0.37 0 0.31
HSL 246.36º 0.29% 0.56% -
HSV(B) 246.36º 0.38% 0.69% -
XYZ 20.75 18.07 43.47 -
YUV 119.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 117 110 176 0.34 0.37 0 0.31 246.36 0.29 0.56
Hex 75 6E B0 22 25 0 1F F6 1D 38
Octal 165 156 260 42 45 0 37 366 35 70
Binary 1110101 1101110 10110000 100010 100101 0 11111 11110110 11101 111000

Color Harmonies of #756EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EB0

Black with #756EB0

Text Example


Text Example

White with #756EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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