Html Css Color HEX #756BAF Scampi

📋 copy color: '#756BAF'

red 117 ◦ green 107 ◦ blue 175

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

Shades of Scampi #756BAF

Tints of Scampi #756BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 29.32%
G = 26.82%
B = 43.86%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756BAF (or 0x756BAF) is known color: Scampi. HEX triplet: 75, 6B and AF. RGB value is (117,107,175). Sum of RGB (Red+Green+Blue) = 117+107+175=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #756BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAF is #8A9450. Grayscale: #757575. Windows color (decimal): -9081937 or 11496309. OLE color: 11496309.

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

Color convert

RGB 117 107 175 -
CMYK 0.33 0.39 0 0.31
HSL 248.82º 0.3% 0.55% -
HSV(B) 248.82º 0.39% 0.69% -
XYZ 20.33 17.39 42.84 -
YUV 117.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 117 107 175 0.33 0.39 0 0.31 248.82 0.3 0.55
Hex 75 6B AF 21 27 0 1F F9 1E 37
Octal 165 153 257 41 47 0 37 371 36 67
Binary 1110101 1101011 10101111 100001 100111 0 11111 11111001 11110 110111

Color Harmonies of #756BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BAF

Black with #756BAF

Text Example


Text Example

White with #756BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,175); }

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

background-color css

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

 a { background-color: rgb(117,107,175); }

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

border-color css

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

 span { border-color: rgb(117,107,175); }

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