Html Css Color HEX #756FAA Scampi

📋 copy color: '#756FAA'

red 117 ◦ green 111 ◦ blue 170

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

Shades of Scampi #756FAA

Tints of Scampi #756FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 29.4%
G = 27.89%
B = 42.71%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756FAA (or 0x756FAA) is known color: Scampi. HEX triplet: 75, 6F and AA. RGB value is (117,111,170). Sum of RGB (Red+Green+Blue) = 117+111+170=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #756FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FAA is #8A9055. Grayscale: #777777. Windows color (decimal): -9080918 or 11169653. OLE color: 11169653.

HSL color Cylindrical-coordinate representation of color #756FAA: hue angle of 246.1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #756FAA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 111 170 -
CMYK 0.31 0.35 0 0.33
HSL 246.1º 0.26% 0.55% -
HSV(B) 246.1º 0.35% 0.67% -
XYZ 20.28 18.05 40.45 -
YUV 119.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 117 111 170 0.31 0.35 0 0.33 246.1 0.26 0.55
Hex 75 6F AA 1F 23 0 21 F6 1A 37
Octal 165 157 252 37 43 0 41 366 32 67
Binary 1110101 1101111 10101010 11111 100011 0 100001 11110110 11010 110111

Color Harmonies of #756FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FAA

Black with #756FAA

Text Example


Text Example

White with #756FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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